mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
arangodb: disable "maintainer mode"
This commit is contained in:
parent
86e1247a47
commit
c3bfecd161
@ -42,6 +42,9 @@ gcc10Stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
# disable "maintainer mode"
|
||||
"-DUSE_MAINTAINER_MODE=OFF"
|
||||
|
||||
# avoid using builder's /proc/cpuinfo
|
||||
"-DHAVE_SSE42=${if gcc10Stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
|
||||
"-DASM_OPTIMIZATIONS=${if gcc10Stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
|
||||
|
Loading…
Reference in New Issue
Block a user