diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-24 17:13:19 +0200 |
commit | b0f393ee319f62b8b7488deffd6625582f69f59d (patch) | |
tree | 67de670b024fff4ec54cf725fde7a11565f87f93 /etc/toolchain/CC/TARGETS | |
download | justbuild-static-binaries-b0f393ee319f62b8b7488deffd6625582f69f59d.tar.gz |
Initial commit
Diffstat (limited to 'etc/toolchain/CC/TARGETS')
-rw-r--r-- | etc/toolchain/CC/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/toolchain/CC/TARGETS b/etc/toolchain/CC/TARGETS new file mode 100644 index 0000000..b78a4f8 --- /dev/null +++ b/etc/toolchain/CC/TARGETS @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["@", "rules", "CC", "defaults"] + , "base": [["@", "base", "CC", "defaults"]] + , "LDFLAGS": ["-static", "-s"] + } +} |