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.
CMAKE_ENABLE_EXPORTS
1 parent cb550bb commit b5a7b0aCopy full SHA for b5a7b0a
CMakeLists.txt
@@ -379,6 +379,9 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
379
# prevent the required interface is being exported
380
# clang by default sets fvisibility=default
381
382
+ # Allow ch to export `OnChakraCoreLoadedEntry`
383
+ set(CMAKE_ENABLE_EXPORTS ON)
384
+
385
# CXX WARNING FLAGS
386
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
387
-Wno-ignored-attributes\
0 commit comments