1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Alfred Morgan
6dc2b4108a
Merge 552bcd18b1 into cd3b817f13 2024-07-08 00:00:53 +03:00
Alfred Morgan
552bcd18b1
updated to use correct nim config directory 2023-06-23 00:42:11 -07:00

View File

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