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 ];
|
||||
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
|
||||
# describes an installation keeping the src.
|
||||
|
Loading…
Reference in New Issue
Block a user