aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ccc b/utils/ccc
index 29bdb69593..489424e3b3 100755
--- a/utils/ccc
+++ b/utils/ccc
@@ -318,6 +318,8 @@ def main(args):
i += 1
if arg == '-x':
language = args[i+1]
+ compile_opts.append(arg)
+ compile_opts.append(args[i+1])
i += 1
if arg[0] != '-':
files.append(arg)