diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-02-14 15:54:30 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-02-15 13:11:36 +0100 |
commit | 0c205e0fa81181241154a3148f6ccfbe2fd5bb29 (patch) | |
tree | 9fa875ed3efc93a05acef135c4cae5be14722a0a /INSTALL.md | |
parent | 09f90fac9092de13a71723f849794474831fd678 (diff) | |
download | justbuild-0c205e0fa81181241154a3148f6ccfbe2fd5bb29.tar.gz |
defaults: Support fully static linking
... of all produced binaries, including the intermediate
ones: protoc and grpc_cpp_plugin.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=<size-in-bytes>"` to variable `"FINAL_LDFLAGS"` |