From 1d01e91f921abe32f45ba80b05c1e9c6e0a2e273 Mon Sep 17 00:00:00 2001 From: dcvz Date: Fri, 17 May 2024 16:26:35 +0200 Subject: [PATCH] Make build VERBOSE and turn off warnings --- .github/workflows/validate.yml | 2 +- CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 81f5cca..1f4679d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -77,7 +77,7 @@ jobs: export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" cmake -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B cmake-build - cmake --build cmake-build --config ${{ matrix.type }} --target Zelda64Recompiled -j 8 + cmake --build cmake-build --config ${{ matrix.type }} --target Zelda64Recompiled -j 8 -- -v - name: Archive Zelda64Recomp uses: actions/upload-artifact@v2 with: diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ea3117..bc7db4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,7 @@ add_library(RecompiledFuncs STATIC) target_compile_options(RecompiledFuncs PRIVATE # -Wno-unused-but-set-variable -fno-strict-aliasing + -Wno-implicit-declarations ) target_include_directories(RecompiledFuncs PRIVATE