Mercurial > hg > qm-dsp
view build/linux/Makefile.linux64 @ 213:c5d591bcf899 msvc
Let's not have -Werror
author | Chris Cannam |
---|---|
date | Tue, 06 Feb 2018 13:11:32 +0000 |
parents | 214b31ec7e1a |
children | 22688fe1c0ce |
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) include build/general/Makefile.inc