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