looking-glass-client: disable native optimizations

main
Babbaj 2 years ago
parent b59150949c
commit 2d6fa5a0ec
No known key found for this signature in database
GPG Key ID: F044309848A07CAC
  1. 2
      pkgs/applications/virtualization/looking-glass-client/default.nix

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
wayland-protocols
];
NIX_CFLAGS_COMPILE = "-mavx"; # Fix some sort of AVX compiler problem.
cmakeFlags = [ "-DOPTIMIZE_FOR_NATIVE=OFF" ];
postUnpack = ''
echo ${src.rev} > source/VERSION

Loading…
Cancel
Save