envoy: build with noexecstack

This commit is contained in:
Andreas Stührk
2023-02-09 11:41:09 +01:00
committed by Florian Brandes
parent 42d3374506
commit af0e598057

View File

@@ -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"