Revert "enable lto for release builds (#10717)" (#10721)

This reverts commit 44161874ff.
This commit is contained in:
David
2019-06-05 11:57:09 +02:00
committed by GitHub
parent 44161874ff
commit f7dae48c17
2 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ set -e # fail on any error
set -u # treat unset variables as error
FEATURES="json-tests,ci-skip-tests"
OPTIONS=""
OPTIONS="--release"
#use nproc `linux only
THREADS=$(nproc)