Date: Wednesday, October 19, 2022 @ 08:52:15
  Author: grawlinson
Revision: 1332841

chore: mold

Mold can dogfood mold by linking mold with mold.

Modified:
  mold/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-19 08:52:07 UTC (rev 1332840)
+++ PKGBUILD    2022-10-19 08:52:15 UTC (rev 1332841)
@@ -10,7 +10,7 @@
 license=('AGPL3')
 # xxhash is bundled
 depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb')
-makedepends=('git' 'python' 'cmake')
+makedepends=('git' 'python' 'cmake' 'mold')
 checkdepends=('clang' 'libdwarf')
 options=('debug')
 _commit='323ad30e25c2c81efdb07ab76601a119335a40c8'
@@ -32,7 +32,8 @@
   -DCMAKE_INSTALL_LIBEXECDIR='lib' \
   -DMOLD_USE_SYSTEM_MIMALLOC=ON \
   -DMOLD_USE_SYSTEM_TBB=ON \
-  -DMOLD_LTO=ON
+  -DMOLD_LTO=ON \
+  -DMOLD_USE_MOLD=ON
 
   cmake --build build
 }

Reply via email to