Skip to content
Commit 4f869bcc authored by John Ericson's avatar John Ericson
Browse files

cc-wrapper: Don't treat "-" alone as a flag

It means stdin, and is morally equivalent to passing a file. e.g.

  $ echo 'int main(void) { return 0; }' | gcc -x c -

will compile and link a binary.
parent bdd6c037
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment