This commit is contained in:
rusefillc 2024-05-03 21:22:34 -04:00 committed by GitHub
commit d0a21a999e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -43,10 +43,7 @@ else
SANITIZE = no
endif
ifeq ($(SIMULATOR_DEBUG_LEVEL_OPT),)
# If you would like to debug the simulator, swap which of these lines is commented. It's commented because debug info causes a 10-15x increase in binary size.
SIMULATOR_DEBUG_LEVEL_OPT = -O0 -g
endif
SIMULATOR_DEBUG_LEVEL_OPT = -O2
# Compiler options here.
ifeq ($(USE_OPT),)