view build/linux/Makefile.linux64 @ 418:d583feeeed7a

Add L^p norms, doc, tests
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 07 Oct 2015 11:14:16 +0100
parents 7e8d1f26b098
children 45330e0d2819
line wrap: on
line source

#CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64
CFLAGS := -DDEBUG -g -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64

CXXFLAGS := $(CFLAGS)

include build/general/Makefile.inc