mirror of https://gitee.com/bigwinds/arangodb
add option to disable processor specific optimisations
This commit is contained in:
parent
5c6b840442
commit
d08fe7fa4d
|
@ -210,6 +210,11 @@ while [ $# -gt 0 ]; do
|
|||
shift
|
||||
;;
|
||||
|
||||
--noopt)
|
||||
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DUSE_OPTIMIZE_FOR_ARCHITECTURE=Off"
|
||||
shift
|
||||
;;
|
||||
|
||||
--coverage)
|
||||
TAR_SUFFIX="-coverage"
|
||||
COVERAGE=1
|
||||
|
|
Loading…
Reference in New Issue