PSA: Debug builds are now component builds by default

38 views
Skip to first unread message

Dirk Pranke

unread,
Aug 4, 2016, 12:04:08 AM8/4/16
to chromium-dev
Hi all,

Following up on last week's thread [1], I have landed a change [2] that makes debug builds component (shared) builds by default
(except on iOS, where component builds are not supported). Release builds will remain as static builds by default, at least for now.

So, unless you explicitly set is_debug=false, target_os="ios", or is_component_build=false in your args.gn file, you'll get a
component build.

This will affect any new invocation of `gn gen`, and also change any existing build checkout where one of those flags was not
set.

Cheers,

-- Dirk

Reply all
Reply to author
Forward
0 new messages