Skip to content

Commit 6fb6465

Browse files
committed
Bump mold version to 1.0.2
1 parent 21dd883 commit 6fb6465

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CFLAGS = -O2
3838
CXXFLAGS = -O2
3939

4040
MOLD_CXXFLAGS = -std=c++20 -fno-exceptions -fno-unwind-tables \
41-
-fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.1\" \
41+
-fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.2\" \
4242
-DLIBDIR="\"$(LIBDIR)\""
4343

4444
MOLD_LDFLAGS = -pthread -lz -lm

README.md

Lines changed: 1 addition & 1 deletion
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.0.1
75+
git checkout v1.0.2
7676
make -j$(nproc) CXX=clang++
7777
sudo make install
7878
```

0 commit comments

Comments
 (0)