Skip to content

Commit

Permalink
Bump mold version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Feb 20, 2022
1 parent d258140 commit 89612b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.3
VERSION = 1.1

PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3
git checkout v1.1
make -j$(nproc) CXX=clang++
sudo make install
```
Expand Down

0 comments on commit 89612b7

Please sign in to comment.