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 839dc12 commit b2a1613Copy full SHA for b2a1613
native/CMakeLists.txt
@@ -25,6 +25,7 @@ if(MSVC AND CMAKE_BUILD_TYPE MATCHES Debug)
25
endif()
26
27
if(MSVC AND CMAKE_BUILD_TYPE MATCHES Release)
28
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /guard:cf")
29
add_link_options("/OPT:REF")
30
31
0 commit comments