From 19b9fa9dcddd38bc46386aa1a26d033bf88dc06f Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 22 Feb 2021 07:38:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 473247a86a..5ee4a244e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -425,7 +425,7 @@ build-retroarch-osx-arm64-metal: script: # Build RetroArch - ./configure --enable-metal --disable-al --enable-coreaudio3 - - make ARCH=arm64 BUILDBOT=1 -j$NUMPROC + - make ARCH=arm64 BUILDBOT=1 V=1 -j$NUMPROC # Build filters - "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.." - "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."