Merge pull request #13 from GabrielRavier/addBetterMakefileDebugFlags

Add better Makefile debug flags
This commit is contained in:
Clownacy 2019-05-13 22:52:55 +00:00 committed by GitHub
commit 9de26337dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ ifeq ($(RELEASE), 1)
LDFLAGS = -s
FILENAME_DEF = CSE2
else
CXXFLAGS = -O0 -g
CXXFLAGS = -Og -g3
FILENAME_DEF = CSE2d
endif