Verify all the optimized builds.

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

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