summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-02-14 15:54:30 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-02-15 13:11:36 +0100
commit0c205e0fa81181241154a3148f6ccfbe2fd5bb29 (patch)
tree9fa875ed3efc93a05acef135c4cae5be14722a0a /INSTALL.md
parent09f90fac9092de13a71723f849794474831fd678 (diff)
downloadjustbuild-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.md4
1 files changed, 2 insertions, 2 deletions
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=<size-in-bytes>"` to variable `"FINAL_LDFLAGS"`