I've made some modification related to mk files (my first time)
configure
defs.mk
tools.mk
platform_specific.mk
Can someone proof this to be working on linux
My focus was to add optimations for ufo2map
configure --enable-release --disable-client --disable-uforadiant --disable-dedicated --disable-tests CFLAGS="-O3 -march=k8 -v -mfpmath=sse -msse3"
will compile maps two times faster than standard settings
This mod should not break standard settings....