aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index eccffdb924..d997ec513c 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -110,6 +110,7 @@ template("component") {
default_configs = [
"//gn:default",
"//gn:no_rtti",
+ "//gn:warnings",
]
if (!is_debug) {
default_configs += [ "//gn:release" ]