aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 33888649c2..722edc7caa 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -183,7 +183,8 @@ my %LinkerOptionMap = (
my %CompilerLinkerOptionMap = (
'-isysroot' => 1,
'-arch' => 1,
- '-v' => 0
+ '-v' => 0,
+ '-fpascal-strings' => 0
);
my %IgnoredOptionMap = (