Skip to content
Snippets Groups Projects
Commit b5b792de authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

also let one not build with debugger info

parent cf1b931a
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,10 @@ else
WINDRESFLAGS = -DNDEBUG
CFLAGS+=-O3
endif
CFLAGS+=-g $(OPTS) $(M5) $(WINDRESFLAGS)
ifndef NODEBUG
CFLAGS+=-g
endif
CFLAGS+=$(OPTS) $(M5) $(WINDRESFLAGS)
ifdef YASM
ifdef STABS
......
......@@ -20,9 +20,9 @@ ifdef WATTCP
endif
#ifdef DEBUGMODE
LIBS=-lalld
# LIBS=-lalld
#else
# LIBS=-lalleg
LIBS=-lalleg
#endif
ifndef NONET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment