mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +00:00
also let one not build with debugger info
This commit is contained in:
parent
cf1b931add
commit
b5b792dee4
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue