From 9a75f5b9f691117df12cdf1893e17dcbe09fddeb Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 29 Aug 2023 12:25:06 +0100 Subject: Disable debug --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3