summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp10
-rw-r--r--base/base.gypi1
2 files changed, 9 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index efc0333..7295711 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -14,7 +14,10 @@
{
'target_name': 'base_i18n',
'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'variables': {
+ 'enable_wexit_time_destructors': 1,
+ 'optimize': 'max',
+ },
'dependencies': [
'base',
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
@@ -69,7 +72,10 @@
# base depends on base_static.
'target_name': 'base_static',
'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'variables': {
+ 'enable_wexit_time_destructors': 1,
+ 'optimize': 'max',
+ },
'toolsets': ['host', 'target'],
'sources': [
'base_switches.cc',
diff --git a/base/base.gypi b/base/base.gypi
index 9251dd9..472e70ae 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -547,6 +547,7 @@
'variables': {
'base_target': 1,
'enable_wexit_time_destructors': 1,
+ 'optimize': 'max',
},
'dependencies': [
'base_static',