reenables debugging flag for simulator

This commit is contained in:
Christian Kroll 2011-02-25 04:37:40 +00:00
parent 5bc7b3f52f
commit 3725d7b420
1 changed files with 1 additions and 1 deletions

View File

@ -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