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
  • Loading branch information
vivien-apple committed Oct 29, 2024
1 parent c18a6de commit 90123ba
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 90123ba

Please sign in to comment.