Change default cc from gcc to stdenv.cc.cc to reduce closure size on darwin
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
This commit is contained in:
parent
ceffea674d
commit
39b0aa415c
@ -617,7 +617,7 @@ in
|
||||
makeSetupHook { deps = [ dieHook ]; } script;
|
||||
in
|
||||
lib.makeOverridable f {
|
||||
cc = gcc;
|
||||
cc = stdenv.cc.cc;
|
||||
sanitizers = [ "undefined" "address" ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user