Merge pull request #13 from GabrielRavier/addBetterMakefileDebugFlags
Add better Makefile debug flags
This commit is contained in:
commit
9de26337dc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ ifeq ($(RELEASE), 1)
|
|||
LDFLAGS = -s
|
||||
FILENAME_DEF = CSE2
|
||||
else
|
||||
CXXFLAGS = -O0 -g
|
||||
CXXFLAGS = -Og -g3
|
||||
FILENAME_DEF = CSE2d
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue