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 ...@@ -383,7 +383,10 @@ else
WINDRESFLAGS = -DNDEBUG WINDRESFLAGS = -DNDEBUG
CFLAGS+=-O3 CFLAGS+=-O3
endif endif
CFLAGS+=-g $(OPTS) $(M5) $(WINDRESFLAGS) ifndef NODEBUG
CFLAGS+=-g
endif
CFLAGS+=$(OPTS) $(M5) $(WINDRESFLAGS)
ifdef YASM ifdef YASM
ifdef STABS ifdef STABS
......
...@@ -20,9 +20,9 @@ ifdef WATTCP ...@@ -20,9 +20,9 @@ ifdef WATTCP
endif endif
#ifdef DEBUGMODE #ifdef DEBUGMODE
LIBS=-lalld # LIBS=-lalld
#else #else
# LIBS=-lalleg LIBS=-lalleg
#endif #endif
ifndef NONET ifndef NONET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment