We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5be6fc commit d60599aCopy full SHA for d60599a
src/geopackage/CMakeLists.txt
@@ -9,7 +9,7 @@ if (NOT _cmp)
9
"Use IntelLLVM if optimization for this source file is required.")
10
# !! Required due to optimizer issue with either clang or
11
# !! boost::geometry::srs::transformation
12
- set_source_files_properties(wkb.cpp PROPERTIES COMPILE_FLAGS -O0)
+ set_source_files_properties(wkb.cpp PROPERTIES COMPILE_FLAGS -O0 -fno-sanitize=all)
13
endif()
14
15
add_library(geopackage geometry.cpp
0 commit comments