diff options
| author | Tim Neumann <mail@timnn.me> | 2016-10-29 20:11:53 +0200 |
|---|---|---|
| committer | Tim Neumann <mail@timnn.me> | 2016-10-31 21:12:59 +0100 |
| commit | dce460028e9c21ebadb28f6744d4b10bf0e8d501 (patch) | |
| tree | 6fa7314f67b10d5aa74d4666a448c92b04f08e1e /src/bootstrap/config.toml.example | |
| parent | 6554fb0d8d5d794db7a7532a5edd16eb28777a48 (diff) | |
| download | rust-dce460028e9c21ebadb28f6744d4b10bf0e8d501.tar.gz rust-dce460028e9c21ebadb28f6744d4b10bf0e8d501.zip | |
detect gdb version & rust support in compiletest
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 b4730c003d6..1289cdba595 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -79,6 +79,9 @@ # Indicate whether submodules are managed and updated automatically. #submodules = true +# The path to (or name of) the GDB executable to use +#gdb = "gdb" + # ============================================================================= # Options for compiling Rust code itself # ============================================================================= |
