mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-08 14:16:50 +00:00
Merge pull request #84617 from xfix/remove-rasm-march-native
rasm: remove -march=native from compilation flags
This commit is contained in:
commit
8726057fbd
@ -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
Block a user