view build/linux/Makefile.linux64 @ 203:9ddc8982ad2d clapack-included

This file is very problematic in CLAPACK 3.2, with string handling memory problems all over the place; replace with older version from 3.1.1.1
author Chris Cannam
date Fri, 30 Sep 2016 16:22:56 +0100
parents 45330e0d2819
children 214b31ec7e1a
line wrap: on
line source

#CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS

CXXFLAGS := $(CFLAGS) -Werror

include build/general/Makefile.inc