From 7fbed358c9acdcb058ffe96b9063bfe93f607ce8 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sat, 19 Oct 2024 12:20:07 +0200 Subject: [PATCH] ci: Build DXC for release. Otherwise a lot of assertions trigger, even for legitimate uses. --- gitlab/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/image.yml b/gitlab/image.yml index 8ef0ed07..d7782c3c 100644 --- a/gitlab/image.yml +++ b/gitlab/image.yml @@ -48,7 +48,7 @@ image-mac: - git checkout dfa1c814cc4c912ba982854b72f64527baa3e7e5 - mkdir build - cd build - - cmake .. -C ../cmake/caches/PredefinedParams.cmake + - cmake .. -C ../cmake/caches/PredefinedParams.cmake -D CMAKE_BUILD_TYPE=Release - make -j$(sysctl -n hw.ncpu) - cd ../.. - cp DirectXShaderCompiler/build/lib/libdxcompiler.dylib DirectXShaderCompiler/build/lib/libdxil.dylib image/dxc