We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7bcc8 commit 2ae85bfCopy full SHA for 2ae85bf
.bazelrc
@@ -53,6 +53,7 @@ build:macos --strip=never --copt=-g --cxxopt=-g
53
#build:macos --host_action_env=/Library/Developer/CommandLineTools/usr/bin/clang
54
build:macos --action_env=CC=/opt/homebrew/bin/clang
55
build:macos --host_action_env=CC=/opt/homebrew/bin/clang
56
+build:macos --apple_generate_dsym --output_groups=+dsyms
57
58
# --config=asan : Address Sanitizer.
59
common:asan --copt -DADDRESS_SANITIZER
0 commit comments