We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dd883 commit 6fb6465Copy full SHA for 6fb6465
2 files changed
Makefile
@@ -38,7 +38,7 @@ CFLAGS = -O2
38
CXXFLAGS = -O2
39
40
MOLD_CXXFLAGS = -std=c++20 -fno-exceptions -fno-unwind-tables \
41
- -fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.1\" \
+ -fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.2\" \
42
-DLIBDIR="\"$(LIBDIR)\""
43
44
MOLD_LDFLAGS = -pthread -lz -lm
README.md
@@ -72,7 +72,7 @@ sudo dnf install -y git clang cmake openssl-devel xxhash-devel zlib-devel libstd
72
```shell
73
git clone https://github.com/rui314/mold.git
74
cd mold
75
-git checkout v1.0.1
+git checkout v1.0.2
76
make -j$(nproc) CXX=clang++
77
sudo make install
78
```
0 commit comments