clickhouse: remove explicit enabling of embedded compiler to fix macOS build

This commit is contained in:
Konstantin Bogdanov
2025-07-07 06:31:56 +02:00
parent ef7b7f3707
commit f8c3bb867b
-1
View File
@@ -113,7 +113,6 @@ llvmPackages_19.stdenv.mkDerivation (finalAttrs: {
"-DENABLE_TESTS=OFF"
"-DENABLE_DELTA_KERNEL_RS=0"
"-DCOMPILER_CACHE=disabled"
"-DENABLE_EMBEDDED_COMPILER=ON"
]
++ lib.optional (
stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64