Commit 304c84ff authored by Andreas Stührk's avatar Andreas Stührk Committed by Andreas Stührk
Browse files

envoy: build with noexecstack

parent 6ccc4a59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"