-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
nake doesn't honor ~/.config/nim.cfg #53
Comments
Does it work when you invoke nim directly from the shell? |
Yes, for basic test binaries at least:
-ldl [Exec] Following the direction on the git page, NimxApp ens up with this:
|
And --listCmd in ~/.config/nim.cfg does cause the gcc invocation to show when plain 'nim compile whatever.nim' is used |
indeed; my settings (eg coloring etc) aren't honored |
I tried putting --listCmd in ~/.config/nim.cfg to get a look at exactly how nake ended up invoking gcc but still didn't see any gcc invocations in the output.
The text was updated successfully, but these errors were encountered: