summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test.sh')
-rwxr-xr-xbuild_and_test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 46ed36a..09077b8 100755
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -196,11 +196,6 @@ else
fi
fi
-if [ "$COMPILE" = "clang" ] || [ "$OS" = "macOS" ]; then
- FLAGS="-fblocks $FLAGS"
- LINK_FLAGS="-lBlocksRuntime $LINK_FLAGS"
-fi
-
if [ "$EXTRA_OPTIONS" != "" ]; then
FLAGS="$EXTRA_OPTIONS $FLAGS"
fi