annotate build/linux/Makefile.linux64 @ 419:7ead6122aef7
Slightly simplify resampler
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Wed, 07 Oct 2015 09:33:28 +0100 |
parents |
7e8d1f26b098 |
children |
45330e0d2819 |
rev |
line source |
c@315
|
1
|
c@414
|
2 #CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64
|
c@414
|
3 CFLAGS := -DDEBUG -g -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64
|
c@414
|
4
|
c@315
|
5 CXXFLAGS := $(CFLAGS)
|
c@315
|
6
|
c@315
|
7 include build/general/Makefile.inc
|
c@315
|
8
|