Replacing -O2 with -O3. ./benchmarks/jerry/loop_arithmetics_1kk.js: 2.97 -> 2.79.

This commit is contained in:
Ruben Ayrapetyan
2014-08-12 12:28:37 +04:00
parent b260f2458e
commit 701f03309a
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ CFLAGS_WERROR ?= -Werror
CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
CFLAGS_OPTIMIZE ?= -O2 -flto
CFLAGS_OPTIMIZE ?= -O3 -flto
CFLAGS_NO_OPTIMIZE ?= -O0
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=