summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvitalyr2021-04-19 06:31:40 +0800
committervitalyr2021-04-19 06:31:40 +0800
commitc394c668d6984debf56f231e6b2bf939aab50680 (patch)
treee74970406f1b34fd135c9e9b7d4e0d2c0054ac68 /PKGBUILD
parent9ae915de78a4ab8c60a78ba1598f6383e1734f04 (diff)
downloadaur-c394c668d6984debf56f231e6b2bf939aab50680.tar.gz
no clang (clang will cause compilation error)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c03240743d2..368e82f431c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,8 +38,8 @@
#
################################################################################
CHECK= # Run tests. May fail, this is developement after all.
-CLANG="YES" # Use clang.
-LTO="YES" # Enable link-time optimization. Not that experimental anymore.
+CLANG= # Use clang.
+LTO="YES" # Enable link-time optimization. Not that experimental anymore.
# Seems fixed in GCC, so I've reenabled binutils support, please
# report any bug, to make it use clang by default again.
CLI= # CLI only binary.
@@ -329,4 +329,4 @@ package() {
}
################################################################################
-# vim:set ft=sh ts=2 sw=2 et:
+# vim:set ft=sh ts=2 sw=2 et: \ No newline at end of file