Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: build/standalone.gypi

Issue 1540433004: Add a LSan suppressions file. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/lsan/lsan_suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 60e2ee4b128edcda310f44f7005abb459f41bc41..cdf6598438fe406b83648a29413fcb83d50ed12b 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -273,6 +273,10 @@
],
}],
['asan==1', {
+ 'defines': [
+ 'ADDRESS_SANITIZER',
+ 'LEAK_SANITIZER',
+ ],
'cflags': [
'-fsanitize=address',
'-gline-tables-only',
« no previous file with comments | « no previous file | tools/lsan/lsan_suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698