Using info from here: <https://nim-lang.org/docs/compilesettings.html>

I made this program:
    
    
    import std/compilesettings
    
    echo querySetting(commandLine)
    
    
    Run

compiled with "\--threads:off" and got this output:
    
    
    c --colors:on --noNimblePath --threads:off -d:NimblePkgVersion=0.1.0 
--hints:off -o:/<path removed>/timmy /<path removed>/timmy.nim
    
    
    Run

Reply via email to