Skip to content

Commit 3f8ceb3

Browse files
fix: Disable ASan in dev builds on macOS
For more context, see GRAPH-1310.
1 parent cf610e6 commit 3f8ceb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ build:ci --config=ubsan
8080

8181
build:dev --config=ci
8282
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
8386

8487
build:release -c opt
8588
# Temporarily to smoke out issues on large codebases...

0 commit comments

Comments
 (0)