Skip to content
Snippets Groups Projects
Commit 552f9fc9 authored by deuce's avatar deuce
Browse files

Add --disable-valground to Spidermonkey build.

parent 1abd2d97
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ SRC_ROOT = ../../src ...@@ -4,7 +4,7 @@ SRC_ROOT = ../../src
# Cross platform/compiler definitions # Cross platform/compiler definitions
include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules
JS_CONFIGURE_ARGS += --with-system-nspr --disable-tests --disable-shared-js --enable-threadsafe --prefix=$(shell echo `pwd`$(DIRSEP)$(JS_IDIR)) JS_CONFIGURE_ARGS += --with-system-nspr --disable-tests --disable-shared-js --disable-valgrind --enable-threadsafe --prefix=$(shell echo `pwd`$(DIRSEP)$(JS_IDIR))
ifdef DEBUG ifdef DEBUG
JS_CONFIGURE_ARGS += --enable-debug-symbols --disable-optimize --enable-valgrind JS_CONFIGURE_ARGS += --enable-debug-symbols --disable-optimize --enable-valgrind
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment