summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-04-10 13:48:02 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-04-10 13:48:02 +0200
commit3f1997cbc24120c1b32637d770c27e79a6b0b577 (patch)
tree0b2c530c0b51e5d8e779959a554c91815a76b16e /build_and_test.sh
parenta6306300bbe624746d036ba5c017e43472156301 (diff)
downloadkit-3f1997cbc24120c1b32637d770c27e79a6b0b577.zip
Remove blocks; Remove clang format config
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