Replace -Og -> -O0

This commit is contained in:
e.gavrin
2014-08-05 21:27:49 +04:00
parent 411791ea32
commit 3984df5c9e
+1 -1
View File
@@ -167,7 +167,7 @@ CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
CFLAGS_OPTIMIZE ?= -Os -flto
CFLAGS_NO_OPTIMIZE ?= -Og
CFLAGS_NO_OPTIMIZE ?= -O0
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=