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 05f8bcf commit b7bfe41Copy full SHA for b7bfe41
3 files changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.18)
2
-project(mold VERSION 1.4.1)
+project(mold VERSION 1.4.2)
3
4
include(CMakeDependentOption)
5
include(GNUInstallDirs)
Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.4.1
+VERSION = 1.4.2
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
README.md
@@ -61,7 +61,7 @@ necessary packages. You may want to run it as root.
61
```shell
62
git clone https://github.com/rui314/mold.git
63
cd mold
64
-git checkout v1.4.1
+git checkout v1.4.2
65
make -j$(nproc) CXX=clang++
66
sudo make install
67
```
0 commit comments