re-enable ztreads

This commit is contained in:
griffi-gh 2024-12-11 20:18:47 +01:00
parent 36a1126b5f
commit a2b1b4c1c8

View file

@ -44,7 +44,7 @@
glslang glslang
]; ];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs; LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
# RUSTFLAGS = "-Zthreads=8"; (causes rustc to ICE) RUSTFLAGS = "-Zthreads=8"; # (may cause rustc to ice?)
MANGOHUD_DLSYM = "1"; # mangohud glium fix MANGOHUD_DLSYM = "1"; # mangohud glium fix
}; };
}); });