Fix build description typos.
PiperOrigin-RevId: 356578477 Change-Id: I09cd4390b36f81b22b4df170d3d61ab38f91ae20
This commit is contained in:
parent
18d86872ff
commit
57cdc3ae73
4
.bazelrc
4
.bazelrc
@ -634,7 +634,7 @@ build:asan --copt -fno-omit-frame-pointer
|
||||
build:asan --linkopt -fsanitize=address
|
||||
|
||||
# Memory sanitizer
|
||||
# CC=clang bazel build --config asan
|
||||
# CC=clang bazel build --config msan
|
||||
build:msan --strip=never
|
||||
build:msan --copt -fsanitize=memory
|
||||
build:msan --copt -DADDRESS_SANITIZER
|
||||
@ -644,7 +644,7 @@ build:msan --copt -fno-omit-frame-pointer
|
||||
build:msan --linkopt -fsanitize=memory
|
||||
|
||||
# Undefined Behavior Sanitizer
|
||||
# CC=clang bazel build --config asan
|
||||
# CC=clang bazel build --config ubsan
|
||||
build:ubsan --strip=never
|
||||
build:ubsan --copt -fsanitize=undefined
|
||||
build:ubsan --copt -g
|
||||
|
Loading…
Reference in New Issue
Block a user