Explorar el Código

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

Donald Carr hace 5 años
padre
commit
d7eee2c249
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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