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.
2 parents 789c685 + 7458048 commit 3c2fcc2Copy full SHA for 3c2fcc2
CMakeLists.txt
@@ -115,7 +115,7 @@ target_compile_features(project_options INTERFACE cxx_std_${CMAKE_CXX_STANDARD})
115
116
# We don't have any way of ensuring that all static dependencies are compiled with
117
# address sanitizer enabled.
118
-target_compile_definitions(project_options INTERFACE _DISABLE_VECTOR_ANNOTATION)
+target_compile_definitions(project_options INTERFACE _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION)
119
120
# configure files based on CMake configuration options
121
add_subdirectory(configured_files)
0 commit comments