Hi Ryan, Ryan Freeman writes: > On Wed, Aug 10, 2016 at 11:30:19PM -0700, Ryan Freeman wrote: > > Hey, > > > > Trying this one again, updates eduke32 to a much newer release, moving to > > SDL2 and seems to run very well still on current/amd64.
Thanks; I've committed a modified version. > > > Unfortunately the Makefile.common has some mean tricks to really break ou > r > > > ability to feed CC/CXX, so I did some hack'n'slash patching of it. I am > > > not sure that this is best, I have employed their recommended > > > PACKAGE_REPOSITORY=1 setting to 'not completely gut all their optimizatio > ns'.. > > > but I'd love it if anyone can confirm its okay :-) looks to just use -O2. You can avoid much of the patching by just using MAKE_FLAGS, which overrides the values in the makefile. -- Anthony J. Bentley