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 2739eba commit 41119cdCopy full SHA for 41119cd
libcxxabi/CMakeLists.txt
@@ -322,7 +322,7 @@ add_definitions(-D_LIBCXXABI_BUILDING_LIBRARY)
322
323
# Disable DLL annotations on Windows for static builds.
324
if (WIN32 AND LIBCXXABI_ENABLE_STATIC AND NOT LIBCXXABI_ENABLE_SHARED)
325
- add_definitions(-D_LIBCXXABI_DISABLE_DLL_IMPORT_EXPORT)
+ add_definitions(-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS)
326
endif()
327
328
append_if(LIBCXXABI_COMPILE_FLAGS LIBCXXABI_HAS_WERROR_FLAG -Werror=return-type)
0 commit comments