Skip to content
Snippets Groups Projects
Commit d4a67aa2 authored by Paul's avatar Paul :turtle:
Browse files

update build script

parent 03438b2e
No related branches found
No related tags found
2 merge requests!2Split into domains,!1Draft: Add ploh domain
......@@ -13,15 +13,17 @@ else
fi
THREADS=$((($(nproc)+1) / 2))
THREADS=$((($(nproc)+1) ))
THREADS="1"
# FLAGS="-j 1 V=sc"
FLAGS="-j $THREADS"
FLAGS="-j $THREADS V=s"
# FLAGS="-j $(nproc)"
make -C gluon update
for target in $TARGETS; do
echo $FLAGS GLUON_TARGET=$target
echo "$FLAGS" GLUON_TARGET="$target"
#make $FLAGS GLUON_TARGET=$target clean
make -C gluon $FLAGS GLUON_TARGET="$target"
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment