Skip to content

Commit

Permalink
More tweaking of warnings when using ubsan
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jul 18, 2024
1 parent dd735ca commit 8f5a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gcc_task:
- environment:
USE_CONFIG: yes
# ubsan is incompatible with some -Wformat opts so we do that on clang.
CFLAGS: -fsanitize=address,undefined -DHTS_ALLOW_UNALIGNED=0 -Wno-format-truncation
CFLAGS: -fsanitize=address,undefined -DHTS_ALLOW_UNALIGNED=0 -Wno-format-truncation -Wno-format-overflow
LDFLAGS: -fsanitize=address,undefined
USE_LIBDEFLATE: yes
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
Expand Down

0 comments on commit 8f5a2a4

Please sign in to comment.