REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Lowered Required GCC Warning 6.0 -> 5.4 #308

Closed markusobi closed 6 years ago

markusobi commented 6 years ago

I am using some ubuntu 18 based distro, which offers gcc 5.4 in the package manager (I guess ubuntu 18 uses the same version). When I joined this project, I fixed some link time issues, that caused the build to fail with gcc 5.4.

Since then I have been using gcc 5.4 without problems, so I think we can lower the required gcc version.