This commit is contained in:
timerix 2023-01-16 03:11:59 +06:00
parent 18d0692e3e
commit cd6b3dfa1e

View File

@ -25,6 +25,7 @@ function compile {
if ! $($cmp -std=$std $warn $args -c -o $object $srcfile)
then
printf "${RED}some error happened\n"
#TODO parallel variable assignement doesnt work in bash
compilation_error=1
fi
) & done