Introduce config.me.optimizations.enable to toggle optimizations.

This is more granular than the buildingIso setting.
This commit is contained in:
Tom Alexander
2025-05-04 15:12:41 -04:00
parent a36ebbf94c
commit c68a6aaa19
9 changed files with 111 additions and 77 deletions

View File

@@ -137,6 +137,7 @@
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
me.buildingIso = true;
me.optimizations.enable = false;
}
];
}
@@ -163,6 +164,7 @@
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
me.buildingIso = true;
me.optimizations.enable = false;
}
];
}
@@ -187,6 +189,7 @@
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
me.buildingIso = true;
me.optimizations.enable = false;
}
];
}