diff options
| author | Tim Neumann <mail@timnn.me> | 2016-11-10 17:30:06 +0100 |
|---|---|---|
| committer | Tim Neumann <mail@timnn.me> | 2016-11-10 17:30:06 +0100 |
| commit | 0254f12224032be95dd97441a866e63c8e15a0e3 (patch) | |
| tree | 07ea15d862e9b1104130a7d33317403422c19bd0 /src/bootstrap/config.toml.example | |
| parent | 187d9896028f1d0b79db3010f2a546334212838b (diff) | |
| download | rust-0254f12224032be95dd97441a866e63c8e15a0e3.tar.gz rust-0254f12224032be95dd97441a866e63c8e15a0e3.zip | |
rustbuild: support RelWithDebInfo for llvm
Diffstat (limited to 'src/bootstrap/config.toml.example')
| -rw-r--r-- | src/bootstrap/config.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 306708f9e4b..1388dab303a 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -17,6 +17,9 @@ # Indicates whether the LLVM build is a Release or Debug build #optimize = true +# Indicates whether an LLVM Release build should include debug info +#release-debuginfo = false + # Indicates whether the LLVM assertions are enabled or not #assertions = false |
