aboutsummaryrefslogtreecommitdiff
path: root/BUILDCONFIG.gn
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2020-01-27 17:40:08 -0800
committerCQ Bot Account <commit-bot@chromium.org>2020-01-28 01:52:44 +0000
commitb9db09f7c27d012f2c74760003fdebdf0d690cd4 (patch)
tree1c48fa2fb29cb9c107ad2d4d8f6a0811592ea59f /BUILDCONFIG.gn
parentd6b384aba0153a69af020538078f62008275456e (diff)
downloadpigweed-b9db09f7c27d012f2c74760003fdebdf0d690cd4.tar.gz
Build with -g by default
Change-Id: I5331319164bb103bc226d4553d883e27411be5a9
Diffstat (limited to 'BUILDCONFIG.gn')
-rw-r--r--BUILDCONFIG.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILDCONFIG.gn b/BUILDCONFIG.gn
index d24887ecc..fd625f596 100644
--- a/BUILDCONFIG.gn
+++ b/BUILDCONFIG.gn
@@ -69,10 +69,7 @@ template("_pw_override_target_with_defaults") {
}
# Add default configs to use for all binary build targets.
- configs += [
- "$dir_pw_build:reduced_size",
- "$dir_pw_build:strict_warnings",
- ]
+ configs += [ "$dir_pw_build:default" ]
}
}