I need to see how nim is linking my executable. 
    
    
    nim -d:release --parallelBuild:1 --listCmd c -o:foo.exe foo.nim
    

I don't see the link command, only compile commands. Should I file an Issue in 
GitHub?

(I am trying to use **c2nim**, and I need the executable to be linked with my 
dynlib.)

Reply via email to