Skip to content

Commit

Permalink
sys/src/cmd/pcc: add -u option
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed May 25, 2021
1 parent 3ae1f52 commit 8637626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/src/cmd/pcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ main(int argc, char *argv[])
if(!oname)
fatal("no -o argument");
break;
case 'u':
case 'w':
case 'B':
case 'F':
Expand Down

0 comments on commit 8637626

Please sign in to comment.