mirror of https://gitee.com/bigwinds/arangodb
disable optimizations for package builds to least common denominator.
This commit is contained in:
parent
7343df31d0
commit
58210e673a
|
@ -14,6 +14,7 @@ cd ${DIR}/..
|
|||
--buildDir build-deb \
|
||||
--targetDir /var/tmp/ \
|
||||
--jemalloc \
|
||||
--noopt \
|
||||
$@
|
||||
|
||||
cd ${DIR}/..
|
||||
|
|
|
@ -13,6 +13,7 @@ cd ${DIR}/..
|
|||
--buildDir build-rpm \
|
||||
--targetDir /var/tmp/ \
|
||||
--jemalloc \
|
||||
--noopt \
|
||||
$@
|
||||
|
||||
cd ${DIR}/..
|
||||
|
|
Loading…
Reference in New Issue