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 cc80891 commit 3681726Copy full SHA for 3681726
1 file changed
CMakeLists.txt
@@ -94,7 +94,7 @@ if(NOT CMAKE_BUILD_TYPE)
94
endif()
95
96
set(HARDENED_RUNTIME_ENABLED YES)
97
-set(HARDENED_RUNTIME_OPTIONS com.apple.security.device.audio-input com.apple.security.device.camera com.apple.security.cs.disable-library-validation)
+set(HARDENED_RUNTIME_OPTIONS com.apple.security.device.audio-input com.apple.security.device.camera com.apple.security.cs.disable-library-validation com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory)
98
99
if("${CMAKE_SYSTEM_NAME}" MATCHES "iOS")
100
list(APPEND HARDENED_RUNTIME_OPTIONS com.apple.developer.networking.multicast)
0 commit comments