annotate build/linux/Makefile.linux64 @ 436:2c11b8585dc2
Rename FFT back again, now we have our own project
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Mon, 05 Feb 2018 17:40:13 +0000 |
parents |
7b7691b49197 |
children |
c5d591bcf899 |
rev |
line source |
c@315
|
1
|
c@429
|
2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
|
c@429
|
3 #CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS
|
c@414
|
4
|
c@427
|
5 CXXFLAGS := $(CFLAGS) -Werror
|
c@315
|
6
|
c@315
|
7 include build/general/Makefile.inc
|
c@315
|
8
|