Hi,

instead of dropping the flag completely would it make sense enabling
it only for i386 and amd64? I got reports from users for which it
really makes the difference in terms of performance, and its used is
recommended by the upstream authors whenever possible.

Maybe we could add something like

ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
CFLAGS += -m3dnow -msse
endif

ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
CFLAGS += -m3dnow -msse
endif

to debian/rules.

Ciao,

Free


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to