summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-09-09 16:19:13 +0200
committersl1pkn072015-09-09 16:19:13 +0200
commit8382c0021f161d620b8e5d451a7ea1c202ad90b5 (patch)
treebe9d796b5b6a7e340691d7633658b7c9fe83a417 /PKGBUILD
parentca4cf8b2516ac283417ea9b26a8e1d9d5657d863 (diff)
downloadaur-8382c0021f161d620b8e5d451a7ea1c202ad90b5.tar.gz
Enable clang again -_-
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 587aaf737884..458a4d85edb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
## -- Build options -- ##
#########################
-_use_clang=0 # Use clang compiler (system). Results in faster build and smaller chromium.
+_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