mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Now the debug information is generated in the RELEASE version when MSVC is used.
This commit is contained in:
parent
4868854d2a
commit
fe72c5ccdf
@ -53,7 +53,8 @@ ifdef DEBUGMODE
|
||||
endif
|
||||
else
|
||||
ifdef RELEASE
|
||||
CFLAGS += -O2 -DNDEBUG
|
||||
# Release with debug info
|
||||
CFLAGS += -Zi -O2 -DNDEBUG
|
||||
LFLAGS += -RELEASE
|
||||
|
||||
ifdef STATIC_ALLEG_LINK
|
||||
|
Loading…
Reference in New Issue
Block a user