reenables debugging flag for simulator
This commit is contained in:
parent
5bc7b3f52f
commit
3725d7b420
|
@ -37,7 +37,7 @@ ifeq ($(OSTYPE),cygwin)
|
|||
LDFLAGS_SIM = -Wl -mno-cygwin -T simulator/i386pe.x
|
||||
LIBS_SIM = -lglut32 -lglu32 -lopengl32
|
||||
else
|
||||
CFLAGS_SIM = -g -Wall -pedantic -std=c99 -O0 -DNDEBUG
|
||||
CFLAGS_SIM = -g -Wall -pedantic -std=c99 -O0
|
||||
ifeq ($(MACHINE),x86_64)
|
||||
LDFLAGS_SIM = -Wl -T simulator/elf_x86_64.x
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue