diff options
-rwxr-xr-x | utils/ccc-analyzer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index da85dddc3f..d301f7448f 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -244,7 +244,8 @@ def main(args): # Arguments we currently ignore with one option. if arg in ['-install_name', '-exported_symbols_list', - '-current_version', '-compatibility_version']: + '-current_version', '-compatibility_version', '-init', '-e', + '-seg1addr']: i += 1 # Arguments we currently ignore with three options. |