mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Update CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user