Removing release build from ci, disabling lto (#425)

This commit is contained in:
Paul Masurel
2018-09-17 06:41:40 +09:00
committed by GitHub
parent 6ff60b8ed8
commit f32b4a2ebe
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ main() {
else
echo "Build"
cross build --target $TARGET
cross build --target $TARGET --release
if [ ! -z $DISABLE_TESTS ]; then
return
fi