Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: infra/mb/mb_config.pyl

Issue 2373743002: [build] Use shared libraries by default for debug builds (Closed)
Patch Set: updates + format Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/checks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 51a81b8fb64fd2ccf2cfe7bbedb679d096c81a5d..076af017baae5689dad70f187ef90ed91c03e1aa 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -259,9 +259,7 @@
# GN debug configs for arm.
'gn_debug_arm': [
- 'gn', 'debug', 'arm',
- 'shared', 'goma', 'v8_enable_slow_dchecks', 'v8_optimized_debug',
- 'crosscompile', 'hard_float', 'swarming'],
+ 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
# GN release configs for arm.
'gn_release_arm': [
@@ -457,7 +455,7 @@
'debug_bot': {
'mixins': [
- 'debug', 'static', 'goma', 'v8_enable_slow_dchecks',
+ 'debug', 'shared', 'goma', 'v8_enable_slow_dchecks',
'v8_optimized_debug'],
},
« no previous file with comments | « no previous file | src/checks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698