go_1_4: turn off all hardening
This commit is contained in:
parent
43545db187
commit
179ae282e0
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pcre ];
|
buildInputs = [ pcre ];
|
||||||
propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
|
propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
hardening_stackprotector = false;
|
hardening_all = false;
|
||||||
|
|
||||||
# I'm not sure what go wants from its 'src', but the go installation manual
|
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||||
# describes an installation keeping the src.
|
# describes an installation keeping the src.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user