rasm: remove -march=native from compilation flags
This commit is contained in:
parent
d7b98129fe
commit
5b0b5f5928
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
# according to official documentation
|
# according to official documentation
|
||||||
cc rasm_v*.c -O2 -lm -lrt -march=native -o rasm
|
cc rasm_v*.c -O2 -lm -lrt -o rasm
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue