Skip to content

Commit 4399436

Browse files
Kudokmagiera
authored andcommitted
Disable all JIT (#108)
1 parent 483056c commit 4399436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile/jsc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $TARGETDIR/webkit/Tools/Scripts/build-webkit \
7979
-DCMAKE_VERBOSE_MAKEFILE=on \
8080
-DENABLE_API_TESTS=OFF \
8181
-DENABLE_SAMPLING_PROFILER=OFF \
82-
-DENABLE_JIT=ON \
82+
-DENABLE_JIT=OFF \
8383
-DENABLE_DFG_JIT=OFF \
8484
-DENABLE_FTL_JIT=OFF \
8585
-DJSC_VERSION=\"${JSC_VERSION}\" \

0 commit comments

Comments
 (0)