OpenXRay / xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://discord.gg/sjRMQwv
Other
2.9k stars 455 forks source link

debian/: Switch to use gcc-14 #1668

Closed sobkas closed 1 month ago

sobkas commented 1 month ago

Switch to use gcc-14 Depends on: https://github.com/OpenXRay/xray-16/pull/1667

Xottab-DUTY commented 1 month ago

Not that long ago I find out that we already have DEB package specs – they are being generated by CMake. If I understand correctly. That means we have code/logic duplication and, what's worse, these manually created specs are different from what CMake generates. Are there any disadvantages if we just delete debian folder and move all that logic to CMake files?

sobkas commented 1 month ago

Static debian/ folder allows me to compile debian packages using my existing infrastructure. Also debian/ dir is simpler to maintain than CMake.