Julian Sikorski wrote:
Hans de Goede wrote:
You need to enable the options for each of them (except normal) in the makefile.I alway optimise the binary, but I haven't noticed the new options because I was using old makefile to spare time. Nevertheless, you cold thell me if these options are a good choice for me. My cpu - P4 1,6 Wilamette, 640 MB SDR RAM (I know it's a bit rustic for mame, especially for new games):
If you're building xmame yourself, you really want to take a good look at the makefile, otherwise you get a very slow version of xmame.
Lawrence, maybe we should ship a linux-x86 optimised makefile (besides the default) since that is probably the platform with the most users.
Regards,
Hans
CFLAGS = -O -Wall -Wno-unused
CFLAGS += -O2
CFLAGS += -fno-merge-constants
CFLAGS += -fomit-frame-pointer
CFLAGS += -ffast-math
CFLAGS += -fstrength-reduce
CFLAGS += -march=pentium4
Other options are left on default values, except audio and video drivers.
_______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
-- EuropeSwPatentFree http://EuropeSwPatentFree.hispalinux.es
_______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
