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 cf610e6 commit 3f8ceb3Copy full SHA for 3f8ceb3
.bazelrc
@@ -80,6 +80,9 @@ build:ci --config=ubsan
80
81
build:dev --config=ci
82
build:dev --copt="-Og" # For testing against large projects locally
83
+# FIXME(issue: GRAPH-1310): We should remove the line below
84
+# to make debugging memory-related issues easier.
85
+build:dev:macos --noconfig=asan
86
87
build:release -c opt
88
# Temporarily to smoke out issues on large codebases...
0 commit comments