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 /TARGETS | |
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 'TARGETS')
-rw-r--r-- | TARGETS | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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" |