/make/edam-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/edam-mk

« back to all changes in this revision

Viewing changes to edam.mk

  • Committer: edam
  • Date: 2011-01-26 11:35:01 UTC
  • Revision ID: edam@waxworlds.org-20110126113501-ct1o8hnued54omal
- changed debugging info level to highest

Show diffs side-by-side

added added

removed removed

158
158
 
159
159
# debug/profile build flags
160
160
CPPFLAGS        := $(if $(PROFILEMODE),-pg -D PROFILE) $(if $(DEBUGMODE),\
161
 
        -g -D DEBUG -Wall -Wextra,-D NDEBUG -O2) $(CPPFLAGS)
 
161
        -g3 -D DEBUG -Wall -Wextra,-D NDEBUG -O2) $(CPPFLAGS)
162
162
CXXFLAGS        := $(if $(DEBUGMODE),-Woverloaded-virtual -Wreorder \
163
163
        -Wctor-dtor-privacy) $(CXXFLAGS)
164
164
DFLAGS          := $(if $(DEBUGMODE),,-frelease)