Skip to content

Commit

Permalink
[darwin-framework-tool] Enable leak checking by default if built for …
Browse files Browse the repository at this point in the history
…mac with ASan disabled (project-chip#36282)
  • Loading branch information
vivien-apple authored Oct 29, 2024
1 parent 0f5f31d commit 4ed1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/darwin-framework-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare_args() {
generate_compilation_database = false

# Enable automatic leak checks before the application exits
enable_leak_checking = false
enable_leak_checking = !is_asan && target_os == "mac"
}

sdk = "macosx"
Expand Down

0 comments on commit 4ed1e88

Please sign in to comment.