summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2016-02-05 15:01:52 +0100
committerUffe Jakobsen2016-02-05 15:02:05 +0100
commit3f49eee04793499533ccef55e03c3b09784e4bab (patch)
treecc38eddbc90ce9f0cdf46884788031cff0ae0e31 /PKGBUILD
parente7ce0a30ccc06f26cb0426f6030f3a20fc1d621e (diff)
downloadaur-3f49eee04793499533ccef55e03c3b09784e4bab.tar.gz
Added comment about Option 'aarch64-reserve-x18' registered more than once
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96ee1543a3c3..ddb8ab57918a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ build() {
mkdir -p build
cd build
- # ArchLinux: CL 9.1.0 still needs to be built without LLDB
+ # ArchLinux: CL 9.1.0 still needs to be built without LLDB because of error: Option 'aarch64-reserve-x18' registered more than once
#cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DENABLE_CLANG=1 -DENABLE_LLDB=1 -DWITH_MYSQL=1 -DCMAKE_INSTALL_LIBDIR=lib ..
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DENABLE_CLANG=1 -DENABLE_LLDB=0 -DWITH_MYSQL=1 -DCMAKE_INSTALL_LIBDIR=lib ..
make