Skip to content

Commit 2a5ce93

Browse files
committed
Disable flatbuffers option in CMake configuration
Flatbuffers support is disabled because serialization for C++ modules is not fully implemented yet. This should speed up a the CI until we need to re-enable it. Signed-off-by: Roberto Raggi <[email protected]>
1 parent 0a65317 commit 2a5ce93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ file(READ "${CMAKE_CURRENT_SOURCE_DIR}/package.json" package_json)
3939
# option to install tools
4040
option(CXX_INSTALL_TOOLS "Install tools" ON)
4141
option(CXX_INSTALL_WASI_SYSROOT "Install wasi sysroot" OFF)
42-
option(CXX_ENABLE_FLATBUFFERS "Enable flatbuffers" ON)
42+
option(CXX_ENABLE_FLATBUFFERS "Enable flatbuffers" OFF)
4343
option(CXX_ENABLE_MLIR "Enable MLIR" OFF)
4444
option(CXX_LIBCXX_WITH_CLANG "Link with libc++" OFF)
4545
option(CXX_BUILD_TESTS "Build tests" ON)

0 commit comments

Comments
 (0)