mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 02:07:54 +00:00
[Optimizations] Add mesaOptimized
This commit is contained in:
parent
cca8ef17be
commit
2a0af6799f
1 changed files with 6 additions and 0 deletions
|
|
@ -160,6 +160,12 @@ in
|
||||||
lto = true;
|
lto = true;
|
||||||
} super.htop;
|
} super.htop;
|
||||||
nano = optimizePkg {level = "unsafe"; recursive = 99; } super.nano;
|
nano = optimizePkg {level = "unsafe"; recursive = 99; } super.nano;
|
||||||
|
mesaOptimized = optimizePkg {
|
||||||
|
level = "slower";
|
||||||
|
recursive = 1;
|
||||||
|
lto = true;
|
||||||
|
extraCFlags = cfg.extraCompileFlags;
|
||||||
|
} super.mesa;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue