Chromium Code Reviews
DescriptionUse fission on Android, and in Linux release builds.
Android's 32-bit binary was too large for the 32-bit ELF container with
full symbols, so it switched to use symbol_level=1 by default.
Fission makes the binary small enough that we can turn symbol_level=2
back on.
Also, on Linux we only used fission if is_debug, while we should use
it if symbol_level == 2 (i.e. both in debug and in release+symbols
builds).
BUG=735027, 721792
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : huh #
Messages
Total messages: 12 (12 generated)
|
||||||||||||||||||||||||||||