diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-03-01 16:19:03 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-03-06 11:02:26 +0100 |
commit | 50005b099a6f2e728dc7ce9379a7d7b022a21366 (patch) | |
tree | 424005cec587e0ab30dbfbf612003023ef0754e0 /etc | |
parent | e64f178d3ffc1c7f3c74e4fa57c17ac58a1c5cc0 (diff) | |
download | justbuild-static-binaries-50005b099a6f2e728dc7ce9379a7d7b022a21366.tar.gz |
Do not needlessly force stripping
Diffstat (limited to 'etc')
-rw-r--r-- | etc/toolchain/CC/TARGETS | 2 |
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"] } } |