switching between component and non-component should be quicker |
|
Issue descriptionswitching between component=static_library and component=shared_library requires a full re-compile of all the Chrome code. This, I'm guessing, is because COMPONENT_BUILD #define is changed and this is a global #define so affects all source files. This should be changed to only change COMPONENT_BUILD for the files that actually change based on this, somehow. This would reduce re-compile time. |
|
►
Sign in to add a comment |
|
Comment 1 by dtapu...@chromium.org
, Nov 1 2017