|
re : xame compile
Thanks for the responses,
I notice in the makefile.unix there are lines that have
CFLAGS =
Do i put all the optimisations in one line? , ie:-
CFLAGS = -pipe -march=athlon-xp -msse (..etc)
or can i put them on seperate lines, ie :-
CFLAGS += -msse
CFLAGS += -pipe
CFLAGS += (.....etc)
or does it not matter?
Cheers for any advice.
|