Don't pass --print_snapshot_sizes in product mode

BUG=

Review URL: https://codereview.chromium.org/2521323003 .
This commit is contained in:
John McCutchan 2016-11-22 14:47:05 -08:00
parent 9e80530980
commit ea94a5dcb0

View file

@ -1206,7 +1206,9 @@ int main(int argc, char** argv) {
if (IsSnapshottingForPrecompilation()) {
vm_options.AddArgument("--precompilation");
#if !defined(PRODUCT)
vm_options.AddArgument("--print_snapshot_sizes");
#endif
#if TARGET_ARCH_ARM
// This is for the iPod Touch 5th Generation (and maybe other older devices)
vm_options.AddArgument("--no-use_integer_division");