1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 09:20:04 +00:00
dart-sdk/build
Ryan Macnak ccd6cc7fc5 Change GN debug builds to use -O2, which is the value used by GYP.
Running the language tests in debug mode, I got the following times
GYP -O2 1:50
GN -O1 4:48
GN -O2 1:55

R=zra@google.com

Review-Url: https://codereview.chromium.org/2614003003 .
2017-01-09 09:09:40 -08:00
..
config Change GN debug builds to use -O2, which is the value used by GYP. 2017-01-09 09:09:40 -08:00
linux GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
mac Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
sanitizers Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
toolchain GN: Don't strip binary with clang on x64 2016-11-09 15:00:44 -08:00
win change "the the" to the 2016-10-28 21:47:50 +02:00
.gitignore GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
compiled_action.gni Make gn_run_binary.py do the right thing for compiled_action 2016-11-11 08:29:51 -08:00
compiler_version.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
detect_host_arch.py GN: Add an option to build against the Debian wheezy sysroot 2016-11-07 13:09:45 -08:00
executable_suffix.gni Don't depend on dart_bootstrap if there is a usable prebuilt sdk 2016-11-10 11:16:24 -08:00
gn_helpers.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
gn_run_binary.py Make gn_run_binary.py do the right thing for compiled_action 2016-11-11 08:29:51 -08:00
gypi_to_gn.py Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
prebuilt_dart_sdk.gni Make gn_run_binary.py do the right thing for compiled_action 2016-11-11 08:29:51 -08:00
README.dart Add a snapshot of flutter/engine/src/build to our sdk 2016-07-01 11:09:28 -07:00
vs_toolchain.py GN build on windows 2016-10-04 09:19:07 -07:00

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.