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 31bae17 commit 9185072Copy full SHA for 9185072
CMakeLists.txt
@@ -11,7 +11,7 @@ if (APPLE)
11
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
12
set(PLUGINVAL_ENABLE_RTCHECK ON)
13
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
14
-# set(PLUGINVAL_ENABLE_RTCHECK ON)
+ set(PLUGINVAL_ENABLE_RTCHECK ON)
15
endif()
16
17
# sanitizer options, from https://github.com/sudara/cmake-includes/blob/main/Sanitizers.cmake
0 commit comments