Skip to content

Commit

Permalink
Disable SANITIZER and UBSAN (#270)
Browse files Browse the repository at this point in the history
Setting DISABLE_UBSAN after DISABLE_SANITIZER will override
DISABLE_SANITIZER_FLAG. Only use DISABLE_SANITIZER for building project.
  • Loading branch information
mkaruza authored Oct 10, 2024
1 parent 1adc730 commit beaee8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ $(FULL_DUCKDB_LIB): third_party/duckdb/Makefile
GEN=$(DUCKDB_GEN) \
CMAKE_VARS="$(DUCKDB_CMAKE_VARS)" \
DISABLE_SANITIZER=1 \
DISABLE_UBSAN=1 \
EXTENSION_CONFIGS="../pg_duckdb_extensions.cmake" \
$(MAKE) -C third_party/duckdb \
$(DUCKDB_BUILD_TYPE)
Expand Down

0 comments on commit beaee8b

Please sign in to comment.