summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-06-21 20:13:04 -0400
committerPaul Duncan <pabs@pablotron.org>2018-06-21 20:13:04 -0400
commita41aa781303b1ffb4923c3728f5b0dc7e022add4 (patch)
tree0b166aa1e5f5c64bd693092d5faed4ee69c9f7f2 /Makefile
parent827be7304a4c40b6465951e55195caab1d666f86 (diff)
downloadgb-c-a41aa781303b1ffb4923c3728f5b0dc7e022add4.tar.bz2
gb-c-a41aa781303b1ffb4923c3728f5b0dc7e022add4.zip
add auto-pc handling, implement pc for ops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79cc3c5..fd3dfe9 100644
--- a/Makefile
+++ b/Makefile
@@ -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