From a2b1b4c1c85dbf62aa3f6da72b9db58f21af9655 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 11 Dec 2024 20:18:47 +0100 Subject: [PATCH] re-enable ztreads --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5330d31..93f9890 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ glslang ]; 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 }; });