aboutsummaryrefslogtreecommitdiff
path: root/tools/ccc/ccclib/Arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ccc/ccclib/Arguments.py')
-rw-r--r--tools/ccc/ccclib/Arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccc/ccclib/Arguments.py b/tools/ccc/ccclib/Arguments.py
index e936aec4a7..7c5765c28d 100644
--- a/tools/ccc/ccclib/Arguments.py
+++ b/tools/ccc/ccclib/Arguments.py
@@ -82,7 +82,7 @@ class Option(object):
return self.name not in ('-E', '-S', '-c',
'-arch', '-fsyntax-only', '-combine', '-x',
- '-###')
+ '-###', '-o')
class OptionGroup(Option):
"""OptionGroup - A fake option class used to group options so that