Set optimization back to previous value

This commit is contained in:
Jan-Henrik Bruhn 2021-09-02 15:48:46 +02:00
parent 1aa07b4d74
commit da049fd8ad

View file

@ -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