Skip to content

Commit e56fb97

Browse files
committed
build-all: Move a call to strip-llvm.sh into build-all.sh
This is the usual build configuration that most people would use.
1 parent eac1db1 commit e56fb97

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ environment, fetching sources as needed:
5959

6060
./build-all.sh <target-dir>
6161

62-
To reduce the size of the installation, removing some files that
63-
aren't necessary after building, run:
64-
65-
./strip-llvm.sh <target-dir>
66-
6762
It can also be built, reproducibly, into a Docker image:
6863

6964
docker build .

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ done
3131

3232
./build-llvm.sh $PREFIX
3333
./build-lldb-mi.sh $PREFIX
34+
./strip-llvm.sh $PREFIX
3435
./install-wrappers.sh $PREFIX
3536
./build-mingw-w64.sh $PREFIX
3637
./build-mingw-w64-tools.sh $PREFIX

0 commit comments

Comments
 (0)