Update CMakeLists.txt

This commit is contained in:
Jarred Sumner
2024-07-15 17:21:47 -07:00
parent 8808af1c99
commit 44abdfd113

View File

@@ -1194,6 +1194,12 @@ else()
-mno-omit-leaf-frame-pointer
-faddrsig
)
if(LINUX)
target_compile_options(${bun} PUBLIC
-fno-asynchronous-unwind-tables
)
endif()
endif()
if(APPLE)