Skip to content

Commit

Permalink
Added some debug flags to makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 23, 2005
1 parent c43f564 commit 89a15c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ ifeq ($(strip $(platform)),unix)
PLATFORMSRCS := platform_unix.c ui_stdio.c
endif

#CFLAGS := $(PLATFORMDEF) -Wall -g -fsigned-char -fno-omit-frame-pointer -O0
#CFLAGS := $(PLATFORMDEF) -Wall -g -fsigned-char -fno-omit-frame-pointer -O0 -DDEBUG=1 -D_DEBUG=1
CFLAGS := $(PLATFORMDEF) -Wall -fsigned-char -fomit-frame-pointer -Os

ifeq ($(strip $(use_zlib)),true)
Expand Down

0 comments on commit 89a15c7

Please sign in to comment.