We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891d1b1 commit 7473f9dCopy full SHA for 7473f9d
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_OPTIONS "-O0;-fno-sanitize=all")
13
endif()
14
15
add_library(geopackage geometry.cpp
0 commit comments