mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Added -O3 and -DNDEBUG flags in PROFILE mode with gcc compiler.
This commit is contained in:
parent
abc54a0e2e
commit
3d679357bc
@ -21,8 +21,8 @@ CFLAGS += -Wall -I. -Isrc -Ithird_party \
|
||||
LFLAGS += $(THIRD_PARTY_LIBS)
|
||||
|
||||
ifdef PROFILE
|
||||
CFLAGS += -pg
|
||||
LFLAGS += -pg
|
||||
CFLAGS += -pg -O3 -DNDEBUG
|
||||
LFLAGS += -pg -O3 -DNDEBUG
|
||||
else
|
||||
ifdef DEBUGMODE
|
||||
CFLAGS += -g3 -DDEBUGMODE
|
||||
|
Loading…
Reference in New Issue
Block a user