From f39389bc337ec441d6df84a9c95d95a9e2bef04a Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Sat, 16 Mar 2024 10:23:31 +0000 Subject: [PATCH] nix: Remove opt issue workaround Bumping compiler appears to fix whatever issue was present Signed-off-by: Nick Spinale --- hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix b/hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix index 77a5057a5..e1ec3cc08 100644 --- a/hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix +++ b/hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix @@ -31,10 +31,6 @@ in mkTask { features = [ "deflate" ]; - extraProfile = { - opt-level = 1; # TODO bug on 2 and 3 - }; - layers = [ crateUtils.defaultIntermediateLayer {