Skip to content

Commit 30d0ec1

Browse files
committed
CMakeLists: Disable USE_JNI for now
1 parent 8421bf8 commit 30d0ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ option(USE_RVV "Enable Vector extensions support" OFF)
2929
option(USE_DEBUG "Enable debug logging / sanity checks" OFF)
3030
option(USE_SPINLOCK_DEBUG "Enable deadlock debugging" ON)
3131
option(USE_ISOLATION "Enable seccomp/pledge isolation measures" ON)
32-
option(USE_JNI "Enable JNI bindings in librvvm (Very tiny size impact)" ON)
32+
option(USE_JNI "Enable JNI bindings in librvvm (Very tiny size impact)" OFF)
3333

3434
# Acceleration, accessibility
3535
option(USE_JIT "Enable RVJIT Just-in-time compiler" ON)

0 commit comments

Comments
 (0)