Skip to content

Commit 7473f9d

Browse files
committed
Disable sanitizer for wkb.cpp since it trips over NOAA-OWP#567 as well
1 parent 891d1b1 commit 7473f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geopackage/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (NOT _cmp)
99
"Use IntelLLVM if optimization for this source file is required.")
1010
# !! Required due to optimizer issue with either clang or
1111
# !! boost::geometry::srs::transformation
12-
set_source_files_properties(wkb.cpp PROPERTIES COMPILE_FLAGS -O0)
12+
set_source_files_properties(wkb.cpp PROPERTIES COMPILE_OPTIONS "-O0;-fno-sanitize=all")
1313
endif()
1414

1515
add_library(geopackage geometry.cpp

0 commit comments

Comments
 (0)