Skip to content

Commit

Permalink
flake: disable lto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 15, 2023
1 parent e6d3932 commit a156f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
naersk,
version,
lto ? true,
lto ? false,
optimizeSize ? false,
}: let
filter = path: type: let
Expand Down

0 comments on commit a156f20

Please sign in to comment.