summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-03-01 16:19:03 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-03-06 11:02:26 +0100
commit50005b099a6f2e728dc7ce9379a7d7b022a21366 (patch)
tree424005cec587e0ab30dbfbf612003023ef0754e0 /etc
parente64f178d3ffc1c7f3c74e4fa57c17ac58a1c5cc0 (diff)
downloadjustbuild-static-binaries-50005b099a6f2e728dc7ce9379a7d7b022a21366.tar.gz
Do not needlessly force stripping
Diffstat (limited to 'etc')
-rw-r--r--etc/toolchain/CC/TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/toolchain/CC/TARGETS b/etc/toolchain/CC/TARGETS
index b78a4f8..cfbb1ae 100644
--- a/etc/toolchain/CC/TARGETS
+++ b/etc/toolchain/CC/TARGETS
@@ -1,6 +1,6 @@
{ "defaults":
{ "type": ["@", "rules", "CC", "defaults"]
, "base": [["@", "base", "CC", "defaults"]]
- , "LDFLAGS": ["-static", "-s"]
+ , "LDFLAGS": ["-static"]
}
}