Ver Fonte

Don't use clang until you establish what brought down cloudron/btrfs

Donald Carr há 5 anos atrás
pai
commit
d7eee2c249
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      PKGBUILD

+ 2 - 1
PKGBUILD

@@ -91,7 +91,8 @@ if [ -n "${LOCAL_PI_VER}" ]; then
     esac
 else
     echo "Compiling for desktop"
-    _xcompile_args="CC=clang HOSTCC=clang"
+    #_xcompile_args="CC=clang HOSTCC=clang"
+    _xcompile_args=""
     _config_file="${_kernel_src_dir}/configs/desktop"
 fi