File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
7
openxray (1.6.02-14) experimental; urgency=medium
2
8
3
9
* Update *.install files
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Build-Depends:
18
18
liblzo2-dev,
19
19
libjpeg-dev,
20
20
libncurses5-dev,
21
- gcc-10 ,
21
+ gcc-14 ,
22
22
libpcre3-dev,
23
23
libsdl2-dev,
24
- g++-10 ,
24
+ g++-14 ,
25
25
debhelper,
26
26
Build-Conflicts:
27
27
libmimalloc-dev,
Original file line number Diff line number Diff line change 8
8
dh $@ --buildsystem=cmake --parallel
9
9
10
10
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 \
13
13
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
14
14
-DCMAKE_INSTALL_BINDIR="/usr/games" \
15
15
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
You can’t perform that action at this time.
0 commit comments