aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index e03a78bed3..14cbf54df1 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -165,6 +165,7 @@ sub Analyze {
my %CompileOptionMap = (
'-nostdinc' => 0,
+ '-fblocks' => 0,
'-fobjc-gc-only' => 0,
'-fobjc-gc' => 0,
'-include' => 1,