Skip to content

Commit

Permalink
nix: Remove opt issue workaround
Browse files Browse the repository at this point in the history
Bumping compiler appears to fix whatever issue was present

Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Mar 16, 2024
1 parent d3a8138 commit f39389b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hacking/nix/scope/world/capdl/mk-small-capdl-initializer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ in mkTask {

features = [ "deflate" ];

extraProfile = {
opt-level = 1; # TODO bug on 2 and 3
};

layers = [
crateUtils.defaultIntermediateLayer
{
Expand Down

0 comments on commit f39389b

Please sign in to comment.