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 | |
parent | e64f178d3ffc1c7f3c74e4fa57c17ac58a1c5cc0 (diff) | |
download | justbuild-static-binaries-50005b099a6f2e728dc7ce9379a7d7b022a21366.tar.gz |
Do not needlessly force stripping
-rw-r--r-- | etc/toolchain/CC/TARGETS | 2 | ||||
-rw-r--r-- | hashes/arm64.GITBLOBIDS | 8 | ||||
-rw-r--r-- | hashes/arm64.SHA256SUMS | 4 | ||||
-rw-r--r-- | hashes/x86_64.GITBLOBIDS | 8 | ||||
-rw-r--r-- | hashes/x86_64.SHA256SUMS | 4 |
5 files changed, 13 insertions, 13 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"] } } diff --git a/hashes/arm64.GITBLOBIDS b/hashes/arm64.GITBLOBIDS index 5aefbf7..f4777e3 100644 --- a/hashes/arm64.GITBLOBIDS +++ b/hashes/arm64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "729e241e30c60470bbd98840abf409efb010c9ac", - "size": 14189768 + "id": "ffd6f0740af52d6d49369cae50c383e9b7df07ed", + "size": 20439968 }, "bin/just-mr": { "file_type": "x", - "id": "2b879eac43915e58cd424c6c29671adf3b7df50a", - "size": 8869240 + "id": "648a9142a8b7ebde102cfb55e4b2c4bae88a26d8", + "size": 12494272 } } diff --git a/hashes/arm64.SHA256SUMS b/hashes/arm64.SHA256SUMS index 93674a9..05d0822 100644 --- a/hashes/arm64.SHA256SUMS +++ b/hashes/arm64.SHA256SUMS @@ -1,2 +1,2 @@ -e4c649ee3fba3efa8e39543a2c30603de89ca184ed0766d243899c5ecdb75155 bin/just -700594704478663acff4fc471a43e5c3ae6bd006c6771343d0d7ce47caff4cfc bin/just-mr +f32a6bff194c56c24b9105ad89fc16c07ed1afae4e45f1419d246a53e670742e bin/just +44ad7785a7d7d01a2542286413f0c3eaa316c0c7893729ed64e0c4806471bb94 bin/just-mr diff --git a/hashes/x86_64.GITBLOBIDS b/hashes/x86_64.GITBLOBIDS index dc21845..9db2936 100644 --- a/hashes/x86_64.GITBLOBIDS +++ b/hashes/x86_64.GITBLOBIDS @@ -1,12 +1,12 @@ { "bin/just": { "file_type": "x", - "id": "fede49ea52317c58c15abbdd39e86b3ddf5e66d7", - "size": 15910296 + "id": "2b7e6a855225a159cf26b2cfc38e059a544c5a93", + "size": 22228824 }, "bin/just-mr": { "file_type": "x", - "id": "6d5c9495d9c7c47957cc47a04c239069641d40a4", - "size": 9854504 + "id": "9bf46cda138cf03d99f319f80e3d3ce5a83408a1", + "size": 13354216 } } diff --git a/hashes/x86_64.SHA256SUMS b/hashes/x86_64.SHA256SUMS index d82379a..06626ea 100644 --- a/hashes/x86_64.SHA256SUMS +++ b/hashes/x86_64.SHA256SUMS @@ -1,2 +1,2 @@ -a0e72796815f0d8e7c633cf53b10b871b353640274d401591dc715521e33964b bin/just -614c05a9057b19acfb17c9b5fc9e2e544ce7077525276c3923f655c836f1cf0b bin/just-mr +ab7f306729767bf303d8780d936ca7687303bb0891b9a5e2f53ef825878a2fdb bin/just +f63472619dde297e099171caa0786f3bfe4a51b680992067de35d15693060810 bin/just-mr |