bazel: pass -g instead of -g4 for wasm_asan feature (#904)

This commit is contained in:
walkingeyerobot
2021-10-13 11:07:14 -04:00
committed by GitHub
parent 3891e7b04b
commit 7f39d100d8

View File

@@ -619,7 +619,7 @@ def _impl(ctx):
actions = all_compile_actions +
all_link_actions,
flags = [
"-g4",
"-g",
"-fsanitize=address",
"-O1",
"-DADDRESS_SANITIZER=1",