view build/linux/Makefile.linux64 @ 451:3f913390bcf2

(Incomplete) unit tests for chroma and key estimation
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 23 May 2019 13:29:02 +0100
parents 7425cb35ce8c
children 51af92c83dfc
line wrap: on
line source

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

CXXFLAGS := $(CFLAGS)

include build/general/Makefile.inc