From 3725d7b420d8a8d7c5ef601e47dac81df751681f Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Fri, 25 Feb 2011 04:37:40 +0000 Subject: [PATCH] reenables debugging flag for simulator --- defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.mk b/defaults.mk index bac717f..b276d68 100644 --- a/defaults.mk +++ b/defaults.mk @@ -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