summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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