Added debugging information

This commit is contained in:
Alexey Pelykh 2012-06-16 11:29:20 +03:00
parent 754dea2ebc
commit c5d7a14824

View file

@ -7,8 +7,8 @@ ifeq ($(CXX_SOURCE_FILES_EXTS),)
endif
# Target configuration
CXXFLAGS_debug := -g -O0
CFLAGS_debug := -g -O0
CXXFLAGS_debug := -ggdb3 -O0
CFLAGS_debug := -ggdb3 -O0
CXXFLAGS_release := -O2
CFLAGS_release := -O2