We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/GL
1 parent e169e6d commit d35f7e2Copy full SHA for d35f7e2
1 file changed
injector/cmake/embedded.cmake
@@ -6,7 +6,7 @@ function(set_embedded_options target)
6
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" CACHE STRING "" FORCE)
7
8
# Turn off buffer security check, exception handling
9
- target_compile_options(${target} PRIVATE /GS- /EHs-c-)
+ target_compile_options(${target} PRIVATE /GL /GS- /EHs-c-)
10
# Some flags to optimize for binary file size
11
target_link_options(${target} PRIVATE
12
/DRIVER
0 commit comments