mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 09:08:10 -04:00
reset flags back to safe values
This commit is contained in:
parent
71bf5965b8
commit
ebd0d360e0
@ -39,9 +39,10 @@ all: tools $(BENCHKISS) $(SELFTEST) $(BENCHFFTW) $(TESTREAL) $(TESTKFC)
|
|||||||
tools:
|
tools:
|
||||||
cd ../tools && make all
|
cd ../tools && make all
|
||||||
|
|
||||||
CFLAGS=-Wall -O3 -pedantic -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools
|
# for x86 pentium+ machines , these flags work well
|
||||||
|
#CFLAGS=-Wall -O3 -pedantic -march=pentiumpro -ffast-math -fomit-frame-pointer -I.. -I../tools
|
||||||
# If the above flags do not work, try the following
|
# If the above flags do not work, try the following
|
||||||
#CFLAGS=-Wall -O3 -I.. -I../tools
|
CFLAGS=-Wall -O3 -I.. -I../tools
|
||||||
|
|
||||||
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
|
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
|
||||||
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) -lm $+
|
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) -lm $+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user