aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/ccc b/utils/ccc
index 794c166b87..d29443c832 100755
--- a/utils/ccc
+++ b/utils/ccc
@@ -134,9 +134,7 @@ def main(args):
i += 1
# Prefix matches for the link mode
- if arg[:2] in ['-l', '-L', '-O', '-F']:
- if arg == '-O': arg = '-O1'
- if arg == '-Os': arg = '-O2'
+ if arg[:2] in ['-l', '-L', '-F']:
link_opts.append(arg)
# Enable threads