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 e7d80bc commit a49a201Copy full SHA for a49a201
2 files changed
CMakeLists.txt
@@ -44,7 +44,7 @@
44
# features and behave exactly the same.
45
46
cmake_minimum_required(VERSION 3.13)
47
-project(mold VERSION 1.7.1)
+project(mold VERSION 1.8.0)
48
49
include(CMakeDependentOption)
50
include(GNUInstallDirs)
README.md
@@ -75,7 +75,7 @@ necessary packages. You may want to run it as root.
75
git clone https://github.com/rui314/mold.git
76
mkdir mold/build
77
cd mold/build
78
-git checkout v1.7.1
+git checkout v1.8.0
79
../install-build-deps.sh
80
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
81
cmake --build . -j $(nproc)
0 commit comments