Skip to content

Commit

Permalink
Disable sanitizer for wkb.cpp since it trips over #567 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and mattw-nws committed Jul 26, 2023
1 parent 028fd8a commit 7500b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geopackage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT _cmp)
"Use IntelLLVM if optimization for this source file is required.")
# !! Required due to optimizer issue with either clang or
# !! boost::geometry::srs::transformation
set_source_files_properties(wkb.cpp PROPERTIES COMPILE_FLAGS -O0)
set_source_files_properties(wkb.cpp PROPERTIES COMPILE_OPTIONS "-O0;-fno-sanitize=all")
endif()

add_library(geopackage geometry.cpp
Expand Down

0 comments on commit 7500b4d

Please sign in to comment.