diff --git a/.circleci/config.yml b/.circleci/config.yml index be0ef607d..d8cdc07fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,7 @@ jobs: CCACHE_MAXSIZE: "128M" CLICOLOR_FORCE: "1" EMULATE_READER: "1" + KODEBUG: "" MAKEFLAGS: "PARALLEL_JOBS=3 OUTPUT_DIR=build INSTALL_DIR=install" steps: # Checkout / fetch. {{{ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bdd110ab..a8094073b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: # Bump first number to reset all caches. CACHE_KEY: "1-macOS-${{ matrix.image }}-${{ matrix.platform }}-XC${{ matrix.xcode_version }}-DT${{ matrix.deployment_target }}" CLICOLOR_FORCE: '1' + KODEBUG: "" MACOSX_DEPLOYMENT_TARGET: ${{ matrix.deployment_target }} MAKEFLAGS: 'OUTPUT_DIR=build INSTALL_DIR=install TARGET=macos'