1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 17:39:56 +03:00

Bump mold version to 1.3.1

This commit is contained in:
Rui Ueyama 2022-07-01 16:15:37 +08:00
parent 14392e7720
commit 7f7d10cc89
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = 1.3.0
VERSION = 1.3.1
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin

View File

@ -61,7 +61,7 @@ necessary packages. You may want to run it as root.
```shell
git clone https://github.com/rui314/mold.git
cd mold
git checkout v1.3.0
git checkout v1.3.1
make -j$(nproc) CXX=clang++
sudo make install
```