Skip to content

Commit

Permalink
debug build should not be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Dec 18, 2011
1 parent 9eb41cf commit e850d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posix.mak
Expand Up @@ -56,8 +56,8 @@ CC=g++ -m$(MODEL) $(TARGET_CFLAGS)

WARNINGS=-Wno-deprecated -Wstrict-aliasing

GFLAGS = $(WARNINGS) -D__near= -D__pascal= -fno-exceptions -g -DDEBUG=1 -DUNITTEST $(COV)
#GFLAGS = $(WARNINGS) -D__near= -D__pascal= -fno-exceptions -O2
#GFLAGS = $(WARNINGS) -D__near= -D__pascal= -fno-exceptions -g -DDEBUG=1 -DUNITTEST $(COV)
GFLAGS = $(WARNINGS) -D__near= -D__pascal= -fno-exceptions -O2

CFLAGS = $(GFLAGS) -I$(ROOT) -DMARS=1 -DTARGET_$(TARGET)=1
MFLAGS = $(GFLAGS) -I$C -I$(TK) -DMARS=1 -DTARGET_$(TARGET)=1
Expand Down

0 comments on commit e850d0c

Please sign in to comment.