[bazel/dbg copt] fix warning --> remove offending param

As per #36040 advice, remove the flag entierly, as it is
already taken into account elsewhere.
pull/36040/head
nipil 11 months ago
parent b127359342
commit 7ade99de76
  1. 1
      tools/bazel.rc

@ -36,7 +36,6 @@ build:opt --compilation_mode=opt
build:opt --copt=-Wframe-larger-than=16384
build:dbg --compilation_mode=dbg
build:dbg --copt=-Werror=return-local-addr
# Dynamic link cause issues like: `dyld: malformed mach-o: load commands size (59272) > 32768`
# https://github.com/bazelbuild/bazel/issues/9190

Loading…
Cancel
Save