diff options
| author | Joseph Rafael Ferrer <rafael2x0@gmail.com> | 2020-10-30 18:19:56 +0800 |
|---|---|---|
| committer | Joseph Rafael Ferrer <rafael2x0@gmail.com> | 2020-10-30 18:23:02 +0800 |
| commit | 301bb123f424954cd3faee11bbbfb0605e5ae0e8 (patch) | |
| tree | bf87e05ad0fdbd1f15c8ae0371224b5b7b2a3601 /config.toml.example | |
| parent | 8df58ae03a8fda8ed126c02fbc16b530d18344df (diff) | |
| download | rust-301bb123f424954cd3faee11bbbfb0605e5ae0e8.tar.gz rust-301bb123f424954cd3faee11bbbfb0605e5ae0e8.zip | |
Enable LLVM Polly via llvm-args.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index 1edb390e0fe..1dcc5f13415 100644 --- a/config.toml.example +++ b/config.toml.example @@ -138,6 +138,9 @@ changelog-seen = 2 # Whether or not to specify `-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=YES` #allow-old-toolchain = false +# Whether to include the Polly optimizer. +#polly = false + # ============================================================================= # General build configuration options # ============================================================================= |
