> Is there a way to tell which compiler parameters shall be used only for the C 
> file, possibly along with .compile?

Uh, not sure really, maybe like so:
    
    
    {.emit: staticRead("foo.c").}
    {.localPassC: "options".}
    
    
    
    Run

Reply via email to