python3Minimal: disable optimizations
No point for the bootstrapping.
This commit is contained in:
@@ -146,6 +146,7 @@ in {
|
||||
rebuildBytecode = false;
|
||||
stripBytecode = true;
|
||||
includeSiteCustomize = false;
|
||||
enableOptimizations = false;
|
||||
}).overrideAttrs(old: {
|
||||
pname = "python3-minimal";
|
||||
meta = old.meta // {
|
||||
|
||||
Reference in New Issue
Block a user