Set optimization back to previous value
This commit is contained in:
parent
1aa07b4d74
commit
da049fd8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ INC_FOLDERS += \
|
|||
LIB_FILES += \
|
||||
|
||||
# Optimization flags
|
||||
OPT = -O0 -g3
|
||||
OPT = -O3 -g3
|
||||
# Uncomment the line below to enable link time optimization
|
||||
#OPT += -flto
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue