From d2511938a2e971b31d8c5c3ba4aa8b660148e04f Mon Sep 17 00:00:00 2001 From: John Till Date: Thu, 7 Nov 2024 22:55:27 +0000 Subject: [PATCH] Try again --- .github/workflows/source_instructions.sh | 2 +- .github/workflows/source_instructions.yml | 2 +- app/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/source_instructions.sh b/.github/workflows/source_instructions.sh index ed940ed..18f22bc 100644 --- a/.github/workflows/source_instructions.sh +++ b/.github/workflows/source_instructions.sh @@ -4,7 +4,7 @@ pip3 install -v "conan==1.65.0" git clone https://github.com/JohnDTill/Forscape cd ./Forscape conan install --generator cmake_find_package --install-folder ./build/conan-dependencies ./app -cmake -DCMAKE_BUILD_TYPE=Debug -B build -S app +cmake -DCMAKE_BUILD_TYPE=Release -B build -S app cd build make diff --git a/.github/workflows/source_instructions.yml b/.github/workflows/source_instructions.yml index 6ddebfe..07e089c 100644 --- a/.github/workflows/source_instructions.yml +++ b/.github/workflows/source_instructions.yml @@ -13,4 +13,4 @@ jobs: - id: build run: sudo ${GITHUB_WORKSPACE}/.github/workflows/source_instructions.sh - id: run # This verifies there are no missing runtime dependencies - run: cd ${GITHUB_WORKSPACE}/.github/workflows/build && ${GITHUB_WORKSPACE}/.github/workflows/app_run_and_check_exit_code.sh + run: cd ${GITHUB_WORKSPACE}/.github/workflows/Forscape/build && ${GITHUB_WORKSPACE}/.github/workflows/app_run_and_check_exit_code.sh diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 3984712..bdbbfec 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -281,7 +281,7 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") $<$:-O1> #Need optimisation for MinGW to compile w/ Eigen unsupported -Wall -Wextra -pedantic #-Werror #EVENTUALLY: address warnings $<$: -Ofast -fmodulo-sched -fmodulo-sched-allow-regmoves -fgcse-sm -fgcse-las -fdelete-null-pointer-checks - -fomit-frame-pointer -funroll-loops -fvisibility=hidden -fwhole-program -flto> + -fomit-frame-pointer -funroll-loops -fvisibility=hidden> #-fwhole-program -flto ) target_link_options(Forscape PRIVATE -Wa,-mbig-obj