Skip to content

Commit

Permalink
debian/: Switch to use gcc-14 (OpenXRay#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobkas authored May 9, 2024
1 parent c2e25c9 commit 85e682e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openxray (1.6.02-15) UNRELEASED; urgency=medium

* Move to use gcc-14

-- Krzysztof Sobiecki <[email protected]> Tue, 07 May 2024 01:12:42 +0200

openxray (1.6.02-14) experimental; urgency=medium

* Update *.install files
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Build-Depends:
liblzo2-dev,
libjpeg-dev,
libncurses5-dev,
gcc-10,
gcc-14,
libpcre3-dev,
libsdl2-dev,
g++-10,
g++-14,
debhelper,
Build-Conflicts:
libmimalloc-dev,
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endif
dh $@ --buildsystem=cmake --parallel

extra_flags += \
-DCMAKE_C_COMPILER=gcc-10 \
-DCMAKE_CXX_COMPILER=g++-10 \
-DCMAKE_C_COMPILER=gcc-14 \
-DCMAKE_CXX_COMPILER=g++-14 \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_INSTALL_BINDIR="/usr/games" \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
Expand Down

0 comments on commit 85e682e

Please sign in to comment.