diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-04-13 21:31:57 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-04-13 21:31:57 +0200 |
| commit | a3cd6e7a31bee1e807855a64052dc2b9a0e71f40 (patch) | |
| tree | 967c3683ac2356c1a72612819d6726cfd41db766 | |
| parent | 86921925823fabe1f58f4c40350761043037eb97 (diff) | |
| download | rust-a3cd6e7a31bee1e807855a64052dc2b9a0e71f40.tar.gz rust-a3cd6e7a31bee1e807855a64052dc2b9a0e71f40.zip | |
Default to `download-gccjit` instead of `gcc-path`
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml index dcc414b7310..890387dc242 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,2 +1,2 @@ -gcc-path = "gcc-build/gcc" -# download-gccjit = true +#gcc-path = "gcc-build/gcc" +download-gccjit = true |
