mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Toolchain: Let's leave cc1 in place for now
This commit is contained in:
parent
5e2b8d160b
commit
9dcd776da9
1 changed files with 0 additions and 4 deletions
|
@ -285,10 +285,6 @@ pushd "$DIR"
|
||||||
strip "${binary}"
|
strip "${binary}"
|
||||||
echo "After: $(du -h "${binary}")"
|
echo "After: $(du -h "${binary}")"
|
||||||
done
|
done
|
||||||
# C is forbidden anyway by the Contribution Guidelines, so we can delete the C compiler:
|
|
||||||
echo "Before: $(du -h "cc1")"
|
|
||||||
rm cc1
|
|
||||||
echo "After: 0 cc1"
|
|
||||||
popd
|
popd
|
||||||
binary=Local/bin/i686-pc-serenity-lto-dump
|
binary=Local/bin/i686-pc-serenity-lto-dump
|
||||||
echo "Before: $(du -h "${binary}")"
|
echo "Before: $(du -h "${binary}")"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue