No, im using the default Code Runner in VSCode which is this:
    
    
    nim compile --verbosity:0 --hints:off --run ........filepath..........
    
    
    Run

I need debug info in there anyway since my program is in its early stages, plus 
i'm not sure if -d:release turns off bounds checking etc? 

Reply via email to