diff options
-rwxr-xr-x | utils/ccc-analyzer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 8db6167af0..e453cec4a2 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -184,7 +184,7 @@ def main(args): i += 1 # Options with no argument that should pass through to compiler - if arg == '-nostdinc': + if arg in [ '-nostdinc', 'fobjc-gc-only', 'fobjc-gc' ]: compile_opts.append(arg) # Options with one argument that should pass through to linker |