diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 15:53:38 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 15:53:38 +0100 |
commit | 5ae0b6490f5fd138f4cbf5c084680bb03b2fff05 (patch) | |
tree | 714ec4e7f040664ec5b68f3089f0fb14ca4c263d /src/Makefile | |
parent | ae4b80050c7f86ea9e6f20937a925f4a03c028c7 (diff) | |
download | gold-mine-run-5ae0b6490f5fd138f4cbf5c084680bb03b2fff05.tar.gz gold-mine-run-5ae0b6490f5fd138f4cbf5c084680bb03b2fff05.zip |
Perhaps generates better code
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 577d9e0..4870f10 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ endif BIN := ../game.exe CC := i586-pc-msdosdjgpp-gcc -CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O2 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG +CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -g -c -Wall -Werror -pedantic -O2 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG LDFLAGS := -s -L$(LIBMIKMOD_BASE)/dos LIBS := -lmikmod |