diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:25:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:25:06 +0100 |
commit | 9a75f5b9f691117df12cdf1893e17dcbe09fddeb (patch) | |
tree | 0b3082198b6147a309446204db1007cfad3b057d | |
parent | 45efd2585a00e3410991f33e7103ed66a1b328e7 (diff) | |
download | uboxlib-dos-9a75f5b9f691117df12cdf1893e17dcbe09fddeb.tar.gz uboxlib-dos-9a75f5b9f691117df12cdf1893e17dcbe09fddeb.zip |
Disable debug
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c6a5651..39103cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ endif LIB := ../libubox.a CC := i586-pc-msdosdjgpp-gcc -CFLAGS := -I./ -I$(LIBMIKMOD_BASE)/include -I../include -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG +CFLAGS := -I./ -I$(LIBMIKMOD_BASE)/include -I../include -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386 # -DDEBUG AR := ar ARFLAGS := cr |