mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[scripts/defaults] -O0 insteage of -0g for DEBUG
Otherwise, we cannot debug properly on simulator/blackbox (missing symbols)
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