Fix 'while' bytecode generation

This commit is contained in:
Ilmir Usmanov
2014-10-14 16:55:09 +04:00
parent 78367993db
commit 9be0a85c1c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ CFLAGS_WERROR ?= -Werror
CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
CFLAGS_OPTIMIZE ?= -Os -flto
CFLAGS_OPTIMIZE ?= -O3 -flto
CFLAGS_NO_OPTIMIZE ?= -O0
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=