You'll need to use a config file to override the compiler binary.

Create **my_web_app.nim.cfg** with (for example) the line 
    
    
     gcc.exe="gcc-13"
    
    Run

(can specify full path if needed)

Reply via email to