envoy: build with noexecstack

This commit is contained in:
Andreas Stührk 2023-02-09 11:41:09 +01:00 committed by Andreas Stührk
parent 6ccc4a59c3
commit 304c84ff10

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"