mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Let's leave cc1 in place for now
This commit is contained in:
parent
5e2b8d160b
commit
9dcd776da9
Notes:
sideshowbarker
2024-07-19 04:28:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/9dcd776da96
1 changed files with 0 additions and 4 deletions
|
@ -285,10 +285,6 @@ pushd "$DIR"
|
|||
strip "${binary}"
|
||||
echo "After: $(du -h "${binary}")"
|
||||
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
|
||||
binary=Local/bin/i686-pc-serenity-lto-dump
|
||||
echo "Before: $(du -h "${binary}")"
|
||||
|
|
Loading…
Reference in a new issue