summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-06-24 06:52:37 +0200
committersl1pkn072015-06-24 06:52:37 +0200
commitce3f14ee48ee8d1980d005b8c4b9e48dca61bed2 (patch)
tree3f1596fc4b899756d319e8d991b02e5951e23587 /PKGBUILD
parenta20b7ec3fb7a1ac07b4ca1aa45e6e093f71816c2 (diff)
downloadaur-ce3f14ee48ee8d1980d005b8c4b9e48dca61bed2.tar.gz
Enable again build with Clang
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae77b90af35c..7f2fe1163c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
## -- Build options -- ##
#########################
-_use_clang=0 # Use clang compiler (system). Results in faster build and smaller chromium.
-_use_bundled_clang=0 # Use bundled clang compiler (needs build). NOTE: if use this option , _use_clang need set to 1
+_use_clang=1 # Use clang compiler (system). Results in faster build and smaller chromium.
+_use_bundled_clang=1 # Use bundled clang compiler (needs build). NOTE: if use this option , _use_clang need set to 1
_use_ccache=0 # Use ccache when build
_use_pax=0 # If set 1 to change PaX permisions in executables NOTE: only use if use PaX environment