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 4e4db62 commit b93df81Copy full SHA for b93df81
CMakeLists.txt
@@ -113,6 +113,10 @@ dynamic_project_options(
113
114
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)
119
+
120
# configure files based on CMake configuration options
121
add_subdirectory(configured_files)
122
0 commit comments