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. --- TARGETS | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'TARGETS') 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" -- cgit v1.2.3