diff --git a/build_overrides/build.gni b/build_overrides/build.gni index 34f58c7e66..900367d0e1 100644 --- a/build_overrides/build.gni +++ b/build_overrides/build.gni @@ -9,6 +9,9 @@ # 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 + # Don't set this variable to true when building stadalone WebRTC, it is # only needed to support both WebRTC standalone and Chromium builds. build_with_chromium = false