diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ OBJS=gb.o test.o lodepng.o -CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -O3 +CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -g APP=./test .PHONY=all clean test |