We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
spidermonkey
1 parent 621d8c0 commit b4dd180Copy full SHA for b4dd180
test/meta/Makefile
@@ -1,10 +1,10 @@
1
SHARED_MEM=false
2
3
# SpiderMonkey shell
4
-JSSHELL=~/mozilla-central/js/src/build-debug/dist/bin/js -e 'const WITH_SHARED_MEMORY=$(SHARED_MEM);' -f common.js
+#JSSHELL=~/mozilla-central/js/src/build-debug/dist/bin/js -e 'const WITH_SHARED_MEMORY=$(SHARED_MEM);' -f common.js
5
6
# Node.js
7
-#JSSHELL=./noderun.sh $(SHARED_MEM)
+JSSHELL=./noderun.sh $(SHARED_MEM)
8
9
TARGETDIR=../core
10
0 commit comments