1
0
Fork 0

disable optimizations for package builds to least common denominator.

This commit is contained in:
Wilfried Goesgens 2016-10-12 12:00:14 +02:00
parent 7343df31d0
commit 58210e673a
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ cd ${DIR}/..
--buildDir build-deb \
--targetDir /var/tmp/ \
--jemalloc \
--noopt \
$@
cd ${DIR}/..

View File

@ -13,6 +13,7 @@ cd ${DIR}/..
--buildDir build-rpm \
--targetDir /var/tmp/ \
--jemalloc \
--noopt \
$@
cd ${DIR}/..