Added debugging information
This commit is contained in:
parent
754dea2ebc
commit
c5d7a14824
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ ifeq ($(CXX_SOURCE_FILES_EXTS),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Target configuration
|
# Target configuration
|
||||||
CXXFLAGS_debug := -g -O0
|
CXXFLAGS_debug := -ggdb3 -O0
|
||||||
CFLAGS_debug := -g -O0
|
CFLAGS_debug := -ggdb3 -O0
|
||||||
CXXFLAGS_release := -O2
|
CXXFLAGS_release := -O2
|
||||||
CFLAGS_release := -O2
|
CFLAGS_release := -O2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue