*** empty log message ***

This commit is contained in:
Mark Borgerding
2009-10-09 19:06:16 +00:00
parent 68a8b95a47
commit 51e95088b3
2 changed files with 82 additions and 3 deletions

View File

@ -4,10 +4,13 @@ WARNINGS=-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return \
-Wwrite-strings
# for x86 pentium+ machines , these flags work well
CFLAGS=-O3 -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools $(WARNINGS)
# If the above flags do not work, try the following
#CFLAGS=-O3 -mtune=native -ffast-math -fomit-frame-pointer -I.. -I../tools $(WARNINGS)
#
CFLAGS=-O3 -I.. -I../tools $(WARNINGS)
CFLAGS+=-ffast-math -fomit-frame-pointer
CFLAGS+=-march=prescott
#CFLAGS+= -mtune=native
# TIP: try adding -openmp or -fopenmp to enable OPENMP directives and use of multiple cores
#CFLAGS+= -fopenmp
ifeq "$(NFFT)" ""