> > Thank you very much for your quick response. You are right, the > optimization is causing this problem. On Debian -O2 is the default > optimization flag and gcc 4.8 still the default compiler. With your > Makefile and without any additional compiler flags, I can't > reproduce a crash either. > > The solution for Debian is to add this line to debian/rules: > > export DEB_BUILD_OPTIONS=noopt > > and sopwith will be built with -O0 optimization. I can confirm that > this solves the issue. >
That is great, thank you for testing. Since this bug will likely affect other distributions with recent versions of GCC I will release an update this weekend that removes the optimizations. We don't really need to optimize a 30 year old game anyway, everyone's hardware is up to the task. Jesse -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org