Arrays without code generation #6

Merged
abdelrahman merged 15 commits from no-codegen-array into main 2025-12-14 01:47:43 +00:00
Showing only changes of commit 71bd03f432 - Show all commits

13
build
View File

@@ -55,15 +55,4 @@ if ! contains ${BUILD_TYPE} "${ACCEPTED_BUILD_TYPES[@]}"; then
exit 1
fi
if [[ $KERNEL == "Darwin" ]]; then
if [[ ! -d .venv ]]; then
python3 -m venv .venv
fi
source .venv/bin/activate
pip install scan-build
intercept-build make CC=intercept-cc CXX=intercept-c++ BUILD_TYPE=$BUILD_TYPE $ARGS
deactivate
else
bear -- make BUILD_TYPE=$BUILD_TYPE $ARGS
fi
bear -- make BUILD_TYPE=$BUILD_TYPE $ARGS