Skip to content

Commit 85e682e

Browse files
authored
debian/: Switch to use gcc-14 (#1668)
1 parent c2e25c9 commit 85e682e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
openxray (1.6.02-15) UNRELEASED; urgency=medium
2+
3+
* Move to use gcc-14
4+
5+
-- Krzysztof Sobiecki <[email protected]> Tue, 07 May 2024 01:12:42 +0200
6+
17
openxray (1.6.02-14) experimental; urgency=medium
28

39
* Update *.install files

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Build-Depends:
1818
liblzo2-dev,
1919
libjpeg-dev,
2020
libncurses5-dev,
21-
gcc-10,
21+
gcc-14,
2222
libpcre3-dev,
2323
libsdl2-dev,
24-
g++-10,
24+
g++-14,
2525
debhelper,
2626
Build-Conflicts:
2727
libmimalloc-dev,

debian/rules

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ endif
88
dh $@ --buildsystem=cmake --parallel
99

1010
extra_flags += \
11-
-DCMAKE_C_COMPILER=gcc-10 \
12-
-DCMAKE_CXX_COMPILER=g++-10 \
11+
-DCMAKE_C_COMPILER=gcc-14 \
12+
-DCMAKE_CXX_COMPILER=g++-14 \
1313
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
1414
-DCMAKE_INSTALL_BINDIR="/usr/games" \
1515
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \

0 commit comments

Comments
 (0)