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 f3630e2 commit d33b400Copy full SHA for d33b400
cmake/CompilerFlags.cmake
@@ -233,7 +233,7 @@ function(set_default_compile_options target)
233
target_compile_options(${target} PRIVATE /fsanitize=address)
234
target_link_options(${target} PRIVATE /INCREMENTAL:NO)
235
else()
236
- message(WARNING "Not enabling sanitizers: unsupported C++ compiler")
+ message(FATAL_ERROR "SLANG_ENABLE_ASAN: unsupported C++ compiler")
237
endif()
238
239
0 commit comments