c3c
c3c copied to clipboard
"output-dir" command line option
I would appreciate a command line option --output-dir, which should do the same as "output" in project.json.
I added it to dev
This works for the most part, but if you supply an absolute path to --output-dir (or "output" in project.json for that matter), c3c run, c3c test, c3c benchmark etc. will fail to run the executable.
c3c run --output-dir /tmp/build
Program linked to executable '/tmp/build/test'.
Launching .//tmp/build/test...
sh: line 1: .//tmp/build/test: No such file or directory
Does it work better now in the latest @cbuttner ?
(In dev I mean)
Thank you, can confirm it works well now.