looking-glass-client: disable native optimizations
This commit is contained in:
parent
b59150949c
commit
2d6fa5a0ec
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-mavx"; # Fix some sort of AVX compiler problem.
|
cmakeFlags = [ "-DOPTIMIZE_FOR_NATIVE=OFF" ];
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
echo ${src.rev} > source/VERSION
|
echo ${src.rev} > source/VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user