Replacing JERRY_NVALGRIND with the opposite JERRY_VALGRIND.

This commit is contained in:
Ruben Ayrapetyan
2015-02-05 17:58:55 +03:00
parent fb6e205d0d
commit 5a2d6f4308
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -394,9 +394,9 @@ endif
ifeq ($(OPTION_VALGRIND),enable)
VALGRIND_CMD := "valgrind --error-exitcode=254 --track-origins=yes"
VALGRIND_TIMEOUT := 60
DEFINES_JERRY += -DJERRY_VALGRIND
else
VALGRIND_CMD :=
DEFINES_JERRY += -DJERRY_NVALGRIND
VALGRIND_TIMEOUT :=
endif