Skip to content

Commit

Permalink
Disable object-size, crashing all targets, google#232
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored and tmatth committed Oct 22, 2018
1 parent 99272f7 commit 5591c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get install -y git subversion jq python3 zip make

# Default build flags for various sanitizers.
ENV SANITIZER_FLAGS_address "-fsanitize=address"
ENV SANITIZER_FLAGS_undefined "-fsanitize=bool,function,object-size,signed-integer-overflow,shift,vla-bound,vptr -fno-sanitize-recover=undefined"
ENV SANITIZER_FLAGS_undefined "-fsanitize=bool,function,signed-integer-overflow,shift,vla-bound,vptr -fno-sanitize-recover=undefined"
ENV SANITIZER_FLAGS_memory "-fsanitize=memory -fsanitize-memory-track-origins"

# Default build flags for coverage.
Expand Down

0 comments on commit 5591c97

Please sign in to comment.