mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
1a8174b08d
This CL also removes some compiler flags that increase space somewhat that help the profiler find symbols, which isn't included in a PRODUCT build. Before: zra@zach:~/dart/sdk$ ls -la out/ProductX64/exe.stripped/ -rwxr-x--- 1 zra eng 9693064 Jun 29 14:52 dart -rwxr-x--- 1 zra eng 7391080 Jun 29 14:52 dart_precompiled_runtime R=askesc@google.com, rmacnak@google.com After: -rwxr-x--- 1 zra eng 6809424 Jun 29 15:11 dart -rwxr-x--- 1 zra eng 3299120 Jun 29 15:11 dart_precompiled_runtime Review-Url: https://codereview.chromium.org/2964133002 . |
||
---|---|---|
.. | ||
config | ||
linux | ||
mac | ||
sanitizers | ||
toolchain | ||
win | ||
.gitignore | ||
compiled_action.gni | ||
copy_tree.gni | ||
dart_host_toolchain.gni | ||
detect_host_arch.py | ||
executable_suffix.gni | ||
gn_helpers.py | ||
gn_run_binary.py | ||
gypi_to_gn.py | ||
prebuilt_dart_sdk.gni | ||
README.dart | ||
vs_toolchain.py |
This directory was taken from a snapshot of flutter/engine/src/build/. The snapshot was taken with a recursive copy `cp -R` of the directory from the flutter repository. The contents is used to support the GN build system.