looking-glass-client: disable native optimizations

This commit is contained in:
Babbaj 2022-02-09 19:38:54 -05:00
parent b59150949c
commit 2d6fa5a0ec
No known key found for this signature in database
GPG Key ID: F044309848A07CAC

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