1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-16 00:10:55 +03:00

Correct the location of the global config

Correct path is listed [here](https://nim-lang.org/docs/nimc.html#compiler-usage-configuration-files)
This commit is contained in:
Jake Leahy 2023-06-19 17:47:26 +10:00 committed by GitHub
parent d4d93d7fb7
commit 9ab4ab14ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ example, `gcc` is used as the linker driver. Use the `-fuse-ld` option if your
GCC is recent enough to recognize this option. GCC is recent enough to recognize this option.
If you want to use mold for all projects, add the above snippet to If you want to use mold for all projects, add the above snippet to
`~/.config/config.nims`. `~/.config/nim/config.nims`.
</details> </details>