We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8421bf8 commit 30d0ec1Copy full SHA for 30d0ec1
1 file changed
CMakeLists.txt
@@ -29,7 +29,7 @@ option(USE_RVV "Enable Vector extensions support" OFF)
29
option(USE_DEBUG "Enable debug logging / sanity checks" OFF)
30
option(USE_SPINLOCK_DEBUG "Enable deadlock debugging" ON)
31
option(USE_ISOLATION "Enable seccomp/pledge isolation measures" ON)
32
-option(USE_JNI "Enable JNI bindings in librvvm (Very tiny size impact)" ON)
+option(USE_JNI "Enable JNI bindings in librvvm (Very tiny size impact)" OFF)
33
34
# Acceleration, accessibility
35
option(USE_JIT "Enable RVJIT Just-in-time compiler" ON)
0 commit comments