Skip to content

Commit

Permalink
Bump mold version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 30, 2022
1 parent 601b9e6 commit bda68f9
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 @@ -38,7 +38,7 @@ CFLAGS = -O2
CXXFLAGS = -O2

MOLD_CXXFLAGS = -std=c++20 -fno-exceptions -fno-unwind-tables \
-fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.2\" \
-fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.3\" \
-DLIBDIR="\"$(LIBDIR)\""

MOLD_LDFLAGS = -pthread -lz -lm
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.2
git checkout v1.0.3
make -j$(nproc) CXX=clang++
sudo make install
```
Expand Down

0 comments on commit bda68f9

Please sign in to comment.