summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-05-31 14:29:22 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-05-31 18:13:43 +0200
commit9e45d1525b0fde12a08f7c376b5bf2c7bfbc9803 (patch)
tree2d0fd5e44999e7242fc22efaae1d8d25eb5ec59a /TARGETS
parentea4ebc8b7eda78d993d67f5fffbcf2eb19690899 (diff)
downloadjustbuild-9e45d1525b0fde12a08f7c376b5bf2c7bfbc9803.tar.gz
Support FINAL_LDFLAGS variable for binaries
... and set default stack size to 8 MB.
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS4
1 files changed, 4 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index ad114865..108a285f 100644
--- a/TARGETS
+++ b/TARGETS
@@ -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"
]