"--skipUserCfg --skipParentCfg" does the trick
This commit is contained in:
parent
9bf2fc264c
commit
2c4faa5372
|
@ -117,9 +117,9 @@ build_nim() {
|
||||||
cp -a bin/nim bin/nim_csources
|
cp -a bin/nim bin/nim_csources
|
||||||
fi
|
fi
|
||||||
sed \
|
sed \
|
||||||
-e 's/koch$/--warnings:off --hints:off koch/' \
|
-e 's/koch$/--skipUserCfg --skipParentCfg --warnings:off --hints:off koch/' \
|
||||||
-e 's/koch boot/koch boot --listCmd --skipUserCfg --skipParentCfg/' \
|
-e 's/koch boot/koch boot --skipUserCfg --skipParentCfg --warnings:off --hints:off/' \
|
||||||
-e 's/koch tools/koch --stable tools --warnings:off --hints:off/' \
|
-e 's/koch tools/koch --stable tools --skipUserCfg --skipParentCfg --warnings:off --hints:off/' \
|
||||||
build_all.sh > build_all_custom.sh
|
build_all.sh > build_all_custom.sh
|
||||||
sh build_all_custom.sh
|
sh build_all_custom.sh
|
||||||
rm build_all_custom.sh
|
rm build_all_custom.sh
|
||||||
|
|
Loading…
Reference in New Issue