summaryrefslogtreecommitdiff
path: root/TARGETS
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 /TARGETS
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 'TARGETS')
-rw-r--r--TARGETS9
1 files changed, 3 insertions, 6 deletions
diff --git a/TARGETS b/TARGETS
index fc846286..9e8d2f82 100644
--- a/TARGETS
+++ b/TARGETS
@@ -7,7 +7,6 @@
, "ADD_CXXFLAGS"
, "AR"
, "ARCH"
- , "BUILD_STATIC_BINARY"
, "FINAL_LDFLAGS"
, "CC"
, "CXX"
@@ -39,14 +38,14 @@
, "used C and C++ compilers and uses the generic \"cc\" and \"c++\" as"
, "names for the respective compilers; typically used in conjunction with"
, "setting \"CC\" and \"CXX\" explicitly and building for host."
+ , ""
+ , "Use field \"BUILD_STATIC\" to specify that binaries should be"
+ , "statically linked. Boolean, default false."
]
, "ENV":
[ "Map from strings to strings. The build environment ot be used for"
, "build actions. Typically used to include an unusual value of PATH."
]
- , "BUILD_STATIC_BINARY":
- [ "Boolean, default false. If set, try to build a (mainly) static binary."
- ]
, "FINAL_LDFLAGS": ["Compiler flags for linking the final binary."]
, "DEBUG": ["Boolean, default false. Whether to build a debug version."]
, "OS":
@@ -85,7 +84,6 @@
, "ADD_CFLAGS"
, "AR"
, "ENV"
- , "BUILD_STATIC_BINARY"
, "FINAL_LDFLAGS"
, "SOURCE_DATE_EPOCH"
, "VERSION_EXTRA_SUFFIX"
@@ -136,7 +134,6 @@
, "ADD_CFLAGS"
, "AR"
, "ENV"
- , "BUILD_STATIC_BINARY"
, "FINAL_LDFLAGS"
, "SOURCE_DATE_EPOCH"
, "VERSION_EXTRA_SUFFIX"