1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 21:20:46 +03:00

Bump mold version to 1.1

This commit is contained in:
Rui Ueyama 2022-02-20 16:40:17 +09:00
parent d258140d54
commit 89612b7096
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
```