add "-d:disableMarchNative" to "koch boot"
This commit is contained in:
parent
acfe8c4bfe
commit
5c9585b004
|
@ -118,7 +118,7 @@ build_nim() {
|
||||||
fi
|
fi
|
||||||
sed \
|
sed \
|
||||||
-e 's/koch$/--warnings:off --hints:off koch/' \
|
-e 's/koch$/--warnings:off --hints:off koch/' \
|
||||||
-e 's/koch boot/koch boot --warnings:off --hints:off/' \
|
-e 's/koch boot/koch boot --warnings:off --hints:off -d:disableMarchNative/' \
|
||||||
-e 's/koch tools/koch --stable tools --warnings:off --hints:off/' \
|
-e 's/koch tools/koch --stable tools --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
|
||||||
|
|
Loading…
Reference in New Issue