diff options
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ main(int argc, char *argv[]) output = nextarg(&argv); break; case 'P': - /* ignore */ + arrayaddptr(&stages[PREPROCESS].cmd, "-P"); break; case 'S': last = CODEGEN; |