Disable optimizations for quick iteration.

This commit is contained in:
Tom Alexander 2025-09-18 08:46:04 -04:00
parent c73ecf422c
commit 6cdb8f066f
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -26,7 +26,7 @@
me.secureBoot.enable = true;
me.optimizations = {
enable = true;
enable = false;
arch = "znver4";
system_features = [
"gccarch-znver4"