aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc b/utils/ccc
index e172080088..43ded02716 100755
--- a/utils/ccc
+++ b/utils/ccc
@@ -138,7 +138,7 @@ def main(args):
i += 1
# Prefix matches for the link mode
- if arg[:2] in ['-l', '-L', '-F']:
+ if arg[:2] in ['-l', '-L', '-F', '-R']:
link_opts.append(arg)
# Enable threads