summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-10-08 00:11:24 +0200
committerJoan Figueras2021-10-08 00:11:24 +0200
commit29371a5102f033033d2da196ca80a470eeac3864 (patch)
treed618d431f5aa121dd64df528e3849529fb82a720
parent53e1b6018856b93b7ab12320241f027851629256 (diff)
downloadaur-29371a5102f033033d2da196ca80a470eeac3864.tar.gz
Force _compiler gcc
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60deac728ef2..c9c5e5d4e77e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,9 +35,9 @@ if [ -z ${use_tracers+x} ]; then
fi
## Choose between GCC and CLANG config (default is GCC)
-if [ -z ${_compiler+x} ]; then
+#if [ -z ${_compiler+x} ]; then
_compiler=gcc
-fi
+#fi
# Compress modules with ZSTD (to save disk space)
if [ -z ${_compress_modules+x} ]; then