parent
4462a1f678
commit
13598220a6
|
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ gmp ];
|
buildInputs = [ gmp ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--with-gcc-arch=generic" # don't guess -march=/mtune=
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue