Some static libraries are really close from the MSVS 2 GB limitation |
|||
Issue descriptionHere's the list of the static libraries for an Official (all optimization enabled) 64 build of chrome and chromium_builder_perf: https://docs.google.com/spreadsheets/d/1UBZnBvejpQk0qATtCeYHd_mPbZ4F3oUpP0J_vTw31ro/edit?usp=sharing Some of them are getting really close from the 2GB MSVS limitation and should use the msvs_shard GYP flag (some of them already use it so we should just increase the number of shards). This shouldn't be an issue with the GN builds.
,
Aug 2 2016
Not sure if it's still an issue with GN, lowering the priority.
,
Aug 2 2016
BTW, split_static_library is the GN technique for splitting up a static library. It is conceptually identical to msvs_shard. split_static_library was used as some source sets were converted to static_library targets.
,
Aug 10 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by brucedaw...@chromium.org
, Jun 14 2016