Fixes: JERRY_NVALGRIND effect was inverted; also a block was marked as inaccessible too early.

This commit is contained in:
Ruben Ayrapetyan
2014-08-01 18:28:18 +04:00
parent e1c57dc231
commit a6feea1068
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
CFLAGS_OPTIMIZE ?= -Os -flto
CFLAGS_NO_OPTIMIZE ?= -Og
CFLAGS_NO_OPTIMIZE ?= -O0
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=