From 5d25194d0f5ed1b0c35538b35758d38807b89721 Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Sun, 4 Apr 2004 19:41:16 +0000 Subject: [PATCH] compile flags --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index cf979e9..5a1438e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -46,9 +46,9 @@ tools: cd ../tools && make all # for x86 pentium+ machines , these flags work well -#CFLAGS=-Wall -O3 -pedantic -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools +CFLAGS=-Wall -O3 -pedantic -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools $(WARNINGS) # If the above flags do not work, try the following -CFLAGS=-Wall -O3 -I.. -I../tools $(WARNINGS) +#CFLAGS=-Wall -O3 -I.. -I../tools $(WARNINGS) $(SELFTEST): $(SELFTESTSRC) $(SRCFILES) $(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) -lm $+