1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00

Bump mold version to 2.4.0

This commit is contained in:
Rui Ueyama 2023-11-29 17:58:00 +09:00
parent d06bfe0ac3
commit 3d9b4d5c05
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
# features and behave exactly the same. # features and behave exactly the same.
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.14)
project(mold VERSION 2.3.3) project(mold VERSION 2.4.0)
include(CMakeDependentOption) include(CMakeDependentOption)
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@ -71,7 +71,7 @@ necessary packages. You may need to run it as root.
git clone https://github.com/rui314/mold.git git clone https://github.com/rui314/mold.git
mkdir mold/build mkdir mold/build
cd mold/build cd mold/build
git checkout v2.3.3 git checkout v2.4.0
../install-build-deps.sh ../install-build-deps.sh
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ .. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=c++ ..
cmake --build . -j $(nproc) cmake --build . -j $(nproc)