aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-29 12:25:06 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-29 12:25:06 +0100
commit9a75f5b9f691117df12cdf1893e17dcbe09fddeb (patch)
tree0b3082198b6147a309446204db1007cfad3b057d /src
parent45efd2585a00e3410991f33e7103ed66a1b328e7 (diff)
downloaduboxlib-dos-9a75f5b9f691117df12cdf1893e17dcbe09fddeb.tar.gz
uboxlib-dos-9a75f5b9f691117df12cdf1893e17dcbe09fddeb.zip
Disable debug
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
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