aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-05 17:02:10 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-05 17:02:10 +0100
commit1fd6d2a62b971a568eddb100ac8481fd69f27546 (patch)
treecd1faefa73abac2ce7737009a95c28c6feb86a9f /src/Makefile
parentb3dd12d7b6260a8158ca9c84c6cfb8f8e799edaa (diff)
downloadgold-mine-run-1fd6d2a62b971a568eddb100ac8481fd69f27546.tar.gz
gold-mine-run-1fd6d2a62b971a568eddb100ac8481fd69f27546.zip
Beta 1beta1
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 0295073..2ec7b95 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 -O3 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG
+CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386# -DDEBUG
LDFLAGS := -s -L$(LIBMIKMOD_BASE)/dos
LIBS := -lmikmod