commit | bc8318e46c8f2418f3fd62fb2d210a74fdbb287e | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Dec 19 09:29:37 2017 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Dec 19 08:31:05 2017 +0000 |
tree | d8c9c0ed970985311a8167631e4eb2f1ae346ad0 | |
parent | 35b6d95e2de8556b45f1919dd53534bdb72b4887 [diff] [blame] |
Remove debug_symbols config from release builds That causes release standalone builds to be build with -O0 Change-Id: Iad8d2df19614bbd33b87aa0906525d7e1c2543d7 TBR=skyostil@google.com
diff --git a/gn/standalone/BUILDCONFIG.gn b/gn/standalone/BUILDCONFIG.gn index 272eb58..ca37675 100644 --- a/gn/standalone/BUILDCONFIG.gn +++ b/gn/standalone/BUILDCONFIG.gn
@@ -56,6 +56,7 @@ ] if (!is_debug) { + default_configs -= [ "//gn/standalone:debug_symbols" ] default_configs += [ "//gn/standalone:release" ] }