Skip to content

Commit

Permalink
ci: disable LTO builds
Browse files Browse the repository at this point in the history
In CI, linking takes extra time and rarely causes regressions.

Signed-off-by: David Heidelberg <david@ixit.cz>
  • Loading branch information
okias committed Jan 7, 2024
1 parent 6334b42 commit 0c67e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! /bin/bash -e
#!/bin/bash -e

cmake -B build \
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Debug} \
-DENABLE_LTO=FALSE \
-DRUN_IN_PLACE=TRUE \
-DENABLE_GETTEXT=${CMAKE_ENABLE_GETTEXT:-TRUE} \
-DBUILD_SERVER=${CMAKE_BUILD_SERVER:-TRUE} \
Expand Down

0 comments on commit 0c67e57

Please sign in to comment.