diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-02-09 15:26:44 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-02-11 21:53:56 +0100 |
| commit | 2640b316e2e64dd1c4a79ba81bd2da809ad47d41 (patch) | |
| tree | 660cff2a02b0abb53719c7a274a8109ed9b078e9 /config.example.toml | |
| parent | 357cae82ad36cd40a34050132adf28171a28539d (diff) | |
| download | rust-2640b316e2e64dd1c4a79ba81bd2da809ad47d41.tar.gz rust-2640b316e2e64dd1c4a79ba81bd2da809ad47d41.zip | |
Switch to `config.toml` instead of `gcc-path`
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml new file mode 100644 index 00000000000..dcc414b7310 --- /dev/null +++ b/config.example.toml @@ -0,0 +1,2 @@ +gcc-path = "gcc-build/gcc" +# download-gccjit = true |
