Mercurial > hg > qm-dsp
view build/linux/Makefile.linux64 @ 212:254313f0ef9b msvc
Fixes to 32-bit release build
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 19:06:35 +0000 |
parents | 214b31ec7e1a |
children | c5d591bcf899 |
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