source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/container/build-mold.sh
最後變更 在這個檔案是 103996,由 提交於 11 月 前 | |
---|---|
檔案大小: 288 位元組 |
行 | |
---|---|
1 | #!/usr/bin/env bash |
2 | |
3 | set -ex |
4 | |
5 | MOLD_VERSION="1.11.0" |
6 | |
7 | git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git |
8 | pushd mold |
9 | |
10 | cmake -DCMAKE_BUILD_TYPE=Release -D BUILD_TESTING=OFF -D MOLD_LTO=ON |
11 | cmake --build . --parallel |
12 | cmake --install . |
13 | |
14 | popd |
15 | rm -rf mold |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器