aboutsummaryrefslogtreecommitdiff
path: root/files/build_overrides/build.gni
diff options
context:
space:
mode:
Diffstat (limited to 'files/build_overrides/build.gni')
-rw-r--r--files/build_overrides/build.gni3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/build_overrides/build.gni b/files/build_overrides/build.gni
index c8490313..d9d01d51 100644
--- a/files/build_overrides/build.gni
+++ b/files/build_overrides/build.gni
@@ -13,6 +13,9 @@ build_with_chromium = false
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
+# Enables assertions on safety checks in libc++.
+enable_safe_libcxx = true
+
# Allow using custom suppressions files (currently not used by libyuv).
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"