aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 29452c3..0d9c897 100644
--- a/driver.c
+++ b/driver.c
@@ -431,7 +431,9 @@ main(int argc, char *argv[])
} else if (strcmp(arg, "-pipe") == 0) {
/* ignore */
} else if (strncmp(arg, "-std=", 5) == 0) {
- /* ignore */
+ /* pass through to the preprocessor, it may
+ * affect its default definitions */
+ arrayaddptr(&stages[PREPROCESS].cmd, arg);
} else if (strcmp(arg, "-pedantic") == 0) {
/* ignore */
} else {