Skip to content

Commit

Permalink
Bump mold version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Mar 7, 2022
1 parent 3999aa8 commit c1af9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# make CXXFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address USE_MIMALLOC=0

VERSION = 1.1
VERSION = 1.1.1

PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sudo dnf install -y git clang cmake openssl-devel xxhash-devel zlib-devel libstd
```shell
git clone https://github.com/rui314/mold.git
cd mold
git checkout v1.1
git checkout v1.1.1
make -j$(nproc) CXX=clang++
sudo make install
```
Expand All @@ -90,9 +90,7 @@ directory instead of running `make -j$(nproc)`. The shell script creates a
Ubuntu 18.04 Docker image, installs necessary tools and libraries to it,
builds mold and auxiliary files, and packs them into a single tar file
`mold-$version-$arch-linux.tar.gz`. You can extract the tar file anywhere
and use `mold` executable in it. (For v1.1, you may want to apply
[16bdf400](https://github.com/rui314/mold/commit/16bdf4009ac2d3453c3eb311416dec80c81dd468)
to `dist.sh` to produce an optimized binary.)
and use `mold` executable in it.

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

Expand Down

0 comments on commit c1af9c9

Please sign in to comment.