[Optimizations] don't recursively optimize by default

This commit is contained in:
Antoine Viallon 2024-02-01 23:16:13 +01:00
parent 76956e2826
commit 0bc9e4cf9e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -55,7 +55,7 @@ in {
};
defaultSettings = mkOption {
default = {
recursive = 1;
recursive = 0;
level = "slower";
};
example = { level = "unsafe"; recursive = 0; };