Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored Feb 8, 2017
1 parent 5bb73cb commit 921f143
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

# Default build flags for various sanitizers.
ENV SANITIZER_FLAGS_address "-fsanitize=address"
ENV SANITIZER_FLAGS_undefined "-fsanitize=bool,function,signed-integer-overflow,shift,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 921f143

Please sign in to comment.