Last change
on this file since 103996 was 103996, checked in by vboxsync, 13 months ago |
Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606
|
File size:
288 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.