Skip to content

Commit c1af9c9

Browse files
committed
Bump mold version to 1.1.1
1 parent 3999aa8 commit c1af9c9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# make CXXFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address USE_MIMALLOC=0
44

5-
VERSION = 1.1
5+
VERSION = 1.1.1
66

77
PREFIX = /usr/local
88
BINDIR = $(PREFIX)/bin

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo dnf install -y git clang cmake openssl-devel xxhash-devel zlib-devel libstd
7272
```shell
7373
git clone https://github.com/rui314/mold.git
7474
cd mold
75-
git checkout v1.1
75+
git checkout v1.1.1
7676
make -j$(nproc) CXX=clang++
7777
sudo make install
7878
```
@@ -90,9 +90,7 @@ directory instead of running `make -j$(nproc)`. The shell script creates a
9090
Ubuntu 18.04 Docker image, installs necessary tools and libraries to it,
9191
builds mold and auxiliary files, and packs them into a single tar file
9292
`mold-$version-$arch-linux.tar.gz`. You can extract the tar file anywhere
93-
and use `mold` executable in it. (For v1.1, you may want to apply
94-
[16bdf400](https://github.com/rui314/mold/commit/16bdf4009ac2d3453c3eb311416dec80c81dd468)
95-
to `dist.sh` to produce an optimized binary.)
93+
and use `mold` executable in it.
9694

9795
`make test` depends on a few more packages. To install, run the following commands:
9896

0 commit comments

Comments
 (0)