Added DEBUG flag.

This commit is contained in:
Steve 2015-11-02 19:17:55 +00:00
parent 3ad64a1d1d
commit cd1068b2a7
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
PROG = tbftss
VERSION = 0.3
DEBUG = 0
CXXFLAGS += `sdl2-config --cflags` -DVERSION=$(VERSION) -DUNIX=1
CXXFLAGS += `sdl2-config --cflags` -DVERSION=$(VERSION) -DUNIX=1 -DDEBUG=$(DEBUG)
CXXFLAGS += -DUNIX
CXXFLAGS += $(CFLAGS) -Wall -ansi -pedantic -Werror -Wstrict-prototypes
CXXFLAGS += -g -lefence