diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-31 14:29:22 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-05-31 18:13:43 +0200 |
commit | 9e45d1525b0fde12a08f7c376b5bf2c7bfbc9803 (patch) | |
tree | 2d0fd5e44999e7242fc22efaae1d8d25eb5ec59a /TARGETS | |
parent | ea4ebc8b7eda78d993d67f5fffbcf2eb19690899 (diff) | |
download | justbuild-9e45d1525b0fde12a08f7c376b5bf2c7bfbc9803.tar.gz |
Support FINAL_LDFLAGS variable for binaries
... and set default stack size to 8 MB.
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ , "AR" , "ARCH" , "BUILD_STATIC_BINARY" + , "FINAL_LDFLAGS" , "CC" , "COMPILER_FAMILY" , "CXX" @@ -45,6 +46,7 @@ , "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": [ "Operating system to build for." @@ -83,6 +85,7 @@ , "AR" , "ENV" , "BUILD_STATIC_BINARY" + , "FINAL_LDFLAGS" , "SOURCE_DATE_EPOCH" , "VERSION_EXTRA_SUFFIX" , "PKG_CONFIG_ARGS" @@ -139,6 +142,7 @@ , "AR" , "ENV" , "BUILD_STATIC_BINARY" + , "FINAL_LDFLAGS" , "SOURCE_DATE_EPOCH" , "VERSION_EXTRA_SUFFIX" ] |