mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildPhase = ''
|
||||
# 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 = ''
|
||||
|
|
Loading…
Reference in a new issue