aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8f3c13a..4c26b5b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
BIN := ../game.exe
CC := i586-pc-msdosdjgpp-gcc
-CFLAGS := -I. -c -Wall -Werror -pedantic -O2 -march=i386
+CFLAGS := -I. -c -Wall -Werror -pedantic -O2 -march=i386 -DDEBUG
LDFLAGS := -s
IMGS := $(wildcard ../data/*.png)