From cbeff5bd33c5f56ea6f3f1151af7e1a396d3936e Mon Sep 17 00:00:00 2001 From: jalvesz <102541118+jalvesz@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:43:07 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7f368..9222204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] toolchain: - - {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native']} - - {compiler: intel, version: '2023.2', flags: ['-fpp -O3 -xhost']} - - {compiler: intel-classic, version: '2021.10', flags: ['-fpp -O3 -xhost']} - - {compiler: nvidia-hpc, version: '23.11', flags: ['-Mpreprocess -Ofast']} + - {compiler: gcc, version: 13, flags: ['-cpp -O3 -march=native -flto']} + - {compiler: intel, version: '2023.2', flags: ['-fpp -O3 -xhost -ipo']} + - {compiler: intel-classic, version: '2021.10', flags: ['-fpp -O3 -xhost -ipo']} + - {compiler: nvidia-hpc, version: '23.11', flags: ['-Mpreprocess -Ofast -Minline']} include: - os: ubuntu-latest toolchain: {compiler: gcc, version: 12, flags: ['-cpp -O3 -march=native']}