diff options
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -468,6 +468,9 @@ main(int argc, char *argv[]) case 'o': output = nextarg(&argv); break; + case 'P': + /* ignore */ + break; case 'S': last = CODEGEN; break; |