mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
Merge pull request #215501 from Trundle/envoy-noexecstack
envoy: build with noexecstack
This commit is contained in:
commit
dc4cd5c7b8
@ -149,6 +149,7 @@ buildBazelPackage rec {
|
||||
"--spawn_strategy=standalone"
|
||||
"--noexperimental_strict_action_env"
|
||||
"--cxxopt=-Wno-error"
|
||||
"--linkopt=-Wl,-z,noexecstack"
|
||||
|
||||
# Force use of system Java.
|
||||
"--extra_toolchains=@local_jdk//:all"
|
||||
|
Loading…
Reference in New Issue
Block a user