I'm trying to get:

> nimble build

to run with some switches
    
    
    task build, "Build task":
      echo "running build task"
      setCommand "c"
      --define:useRealtimeGC
      --app:lib
      --path:host
    
    
    Run

but they aren't applying.

I can put these switches in a config.nims, but I want to know how can I get the 
above to work? What is difference in the way configuration files (nim.cfg), 
nimscript (config.nims), and nimble are used?

Reply via email to