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.
1 parent 4cfdfee commit 7173f37Copy full SHA for 7173f37
CMakeLists.txt
@@ -83,6 +83,9 @@ endif()
83
if(NOT FLB_SYSTEM_FREEBSD AND ${CMAKE_SYSTEM_NAME} MATCHES "BSD")
84
message(STATUS "This platform is not supported for WASM feature so disabled.")
85
set(FLB_WASM OFF)
86
+elseif(FLB_SYSTEM_FREEBSD)
87
+ message(STATUS "Some of FreeBSD environment do not work with hardware boundary check so disabled.")
88
+ set(WAMR_DISABLE_STACK_HW_BOUND_CHECK 1)
89
endif()
90
91
include(GNUInstallDirs)
0 commit comments