From 0c205e0fa81181241154a3148f6ccfbe2fd5bb29 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 14 Feb 2024 15:54:30 +0100 Subject: defaults: Support fully static linking ... of all produced binaries, including the intermediate ones: protoc and grpc_cpp_plugin. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index e9d4209d..15c3acf2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,9 +31,9 @@ variables. The full list can be obtained via `just-mr describe`. | ARCH | x86, x86_64, arm, arm64 | x86_64 | | HOST_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | | TARGET_ARCH | x86, x86_64, arm, arm64 | *derived from ARCH* | -| TOOLCHAIN_CONFIG["FAMILY"] | gnu, clang, unknown | unknown | | DEBUG | true, false | false | -| BUILD_STATIC_BINARY | true, false | false | +| TOOLCHAIN_CONFIG["FAMILY"] | gnu, clang, unknown | unknown | +| TOOLCHAIN_CONFIG["BUILD_STATIC"] | true, false | false | Note that you can choose a different stack size for resulting binaries by adding `"-Wl,-z,stack-size="` to variable `"FINAL_LDFLAGS"` -- cgit v1.2.3