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 6203a67 commit 498c161Copy full SHA for 498c161
libcxxabi/src/CMakeLists.txt
@@ -76,7 +76,7 @@ if (NOT APPLE) # On Apple platforms, we always use -nostdlib++ so we don't need
76
endif()
77
78
if (FUCHSIA)
79
- add_library_flags(zircon)
+ add_link_flags("-Wl,--push-state,--as-needed,-lzircon,--pop-state")
80
81
82
if (NOT LIBCXXABI_USE_COMPILER_RT)
0 commit comments