Verify all the optimized builds.
This commit is contained in:
parent
42dd67f9da
commit
295ac24361
@ -55,7 +55,6 @@ in
|
||||
original_package =
|
||||
if config.me.optimizations.enable then
|
||||
(optimizeWithFlags prev.ares [
|
||||
# Verified working with ps
|
||||
"-march=znver2"
|
||||
"-mtune=znver2"
|
||||
])
|
||||
|
@ -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"
|
||||
])
|
||||
|
@ -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
|
||||
|
@ -58,7 +58,6 @@ in
|
||||
original_package =
|
||||
if config.me.optimizations.enable then
|
||||
(optimizeWithFlags prev.shipwright [
|
||||
# Verified working with ps
|
||||
"-march=znver2"
|
||||
"-mtune=znver2"
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user