mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
70656411b1
Right now `-fno-exception` will be in `cflags` for every executable. That prevents adding & building 3rd party `DEPS` that may use exceptions. So we'll remove `-fno-exceptions` from global configurations and rely on the fact that the `dart_config` GN config already has `-fno-exceptions` in it's `cflags`. TEST=ci Change-Id: I8be9d7341a9c88f29cdf6dfbf32db70c7f78a9bf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270403 Reviewed-by: Slava Egorov <vegorov@google.com> Reviewed-by: Aske Simon Christensen <askesc@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com> |
||
---|---|---|
.. | ||
config | ||
dart | ||
fuchsia | ||
linux | ||
mac | ||
rust | ||
sanitizers | ||
secondary/third_party | ||
toolchain | ||
.gitignore | ||
detect_host_arch.py | ||
executable_suffix.gni | ||
find_depot_tools.py | ||
gn_helpers.py | ||
gn_run_binary.py | ||
OWNERS | ||
README.dart.md | ||
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 has now diverged significantly from Flutter, and is maintained independently by the Dart team. It is used to support the GN build system.