Skip to content

Commit

Permalink
Merge pull request #1169 from msimberg/perftests-lto
Browse files Browse the repository at this point in the history
Enable LTO one CI configuration
  • Loading branch information
msimberg committed Sep 12, 2024
2 parents 3d903bf + 790cb3e commit 7fc25eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/includes/gcc14_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ include:
^[email protected]=main \
^[email protected]"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MALLOC=system \
-DPIKA_WITH_STDEXEC=ON -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
-DPIKA_WITH_STDEXEC=ON -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"

gcc14_spack_compiler_image:
extends:
Expand Down

0 comments on commit 7fc25eb

Please sign in to comment.