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 601b9e6 commit bda68f9Copy full SHA for bda68f9
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.2\" \
+ -fno-asynchronous-unwind-tables -DMOLD_VERSION=\"1.0.3\" \
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.2
+git checkout v1.0.3
76
make -j$(nproc) CXX=clang++
77
sudo make install
78
```
0 commit comments