Revert "why not always debug?"

This reverts commit 29d2779e33.
This commit is contained in:
rusefillc 2023-07-09 14:32:49 -04:00
parent bdbd339acd
commit 284d514c1e
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
# USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
USE_OPT = -O0 -ggdb -g -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant
endif
# C specific options here (added to USE_OPT).