Squid: remove --march=native
The Squid build default behaivour is to request optimisation for the current CPU which is not a good idea in distro builds.
This commit is contained in:
parent
aaa9f837a9
commit
e15ed5abf5
|
@ -11,7 +11,7 @@ rec {
|
|||
sha256 = "3e54ae3ad09870203862f0856c7d0cca16a85f62d5012085009003ee3d5467b4";
|
||||
};
|
||||
|
||||
configureFlags = ["--enable-ipv6" "--disable-strict-error-checking"];
|
||||
configureFlags = ["--enable-ipv6" "--disable-strict-error-checking" "--disable-arch-native"];
|
||||
|
||||
meta = {
|
||||
description = "http-proxy";
|
||||
|
|
Loading…
Reference in a new issue