mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
glm: -no-strict-aliasing
due to upstream bug
This commit is contained in:
parent
c24ffe3d52
commit
9464bf0ad6
@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102823
|
||||
NIX_CFLAGS_COMPILE = "-fno-ipa-modref";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS=OFF"
|
||||
"-DBUILD_STATIC_LIBS=OFF"
|
||||
|
Loading…
Reference in New Issue
Block a user