mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Change debug flag from Og to O0
This flag caused lldb problems
This commit is contained in:
@@ -8,7 +8,7 @@ CXXFLAGS = -std=c++11 -fno-exceptions -fno-rtti -fno-threadsafe-statics
|
||||
|
||||
# Flags - Optimizations
|
||||
ifeq ($(DEBUG),1)
|
||||
SFLAGS = -Og -g
|
||||
SFLAGS = -O0 -g
|
||||
else
|
||||
SFLAGS = -Os
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user