Merge #158849: looking-glass-client: disable native optimizations

This commit is contained in:
Vladimír Čunát 2022-03-05 07:51:09 +01:00
commit 134668df81
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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