-03 causes crashes on release

This commit is contained in:
e.gavrin
2014-08-01 00:37:43 +04:00
parent b1f940c863
commit 22b7797a83
+1 -5
View File
@@ -137,11 +137,7 @@ CFLAGS_WERROR ?= -Werror
CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
ifeq ($(OPTION_MCU),disable)
CFLAGS_OPTIMIZE ?= -O3 -flto
else
CFLAGS_OPTIMIZE ?= -Os -flto
endif
CFLAGS_OPTIMIZE ?= -Os -flto
CFLAGS_NO_OPTIMIZE ?= -Og
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=