summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authornavigaid2019-10-01 01:01:26 +0800
committernavigaid2019-10-01 01:01:26 +0800
commit033a0e2203b188cdcfe29ac457f7353e969b7dca (patch)
tree9c694e29a9dcb035023380f3cf86b48c34ca1493 /build.sh
parent87e1a7cc9be306d9f9dd9ca2a2bf0c7f44cf3925 (diff)
downloadaur-033a0e2203b188cdcfe29ac457f7353e969b7dca.tar.gz
update build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 5e9d318e87bd..63fa44ffdaff 100755
--- a/build.sh
+++ b/build.sh
@@ -64,6 +64,14 @@ if [ "$(uname)" = Linux ]; then
ozone_platform_headless=true'
fi
+# use system clang
+# disable clang plugins
+# build without afdo.prof
+flags="$flags"'
+ clang_base_path=""
+ clang_use_chrome_plugins=false
+ clang_use_default_sample_profile=false'
+
rm -rf "./$out"
mkdir -p out