Verify all the optimized builds.

This commit is contained in:
Tom Alexander 2025-03-30 18:49:47 -04:00
parent 42dd67f9da
commit 295ac24361
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 1 additions and 4 deletions

View File

@ -55,7 +55,6 @@ in
original_package =
if config.me.optimizations.enable then
(optimizeWithFlags prev.ares [
# Verified working with ps
"-march=znver2"
"-mtune=znver2"
])

View File

@ -72,7 +72,6 @@ in
original_package =
if config.me.optimizations.enable then
(optimizeWithFlags prev.dolphin-emu [
# Verified working with ps
"-march=znver2"
"-mtune=znver2"
])

View File

@ -51,7 +51,7 @@ in
optimizeWithFlags =
pkg: flags:
pkg.overrideAttrs (old: {
NIX_CFLAGS_COMPILE = [ (old.NIX_CFLAGS_COMPILE or "") ] ++ flags;
env.CXXFLAGS = (old.env.CXXFLAGS or "") + (lib.strings.concatStringsSep " " flags);
});
original_package =
if config.me.optimizations.enable then

View File

@ -58,7 +58,6 @@ in
original_package =
if config.me.optimizations.enable then
(optimizeWithFlags prev.shipwright [
# Verified working with ps
"-march=znver2"
"-mtune=znver2"
])