Mercurial > hg > qm-dsp
view build/linux/Makefile.linux64 @ 200:572e5d1faa5b
OSX build updates
author | Chris Cannam |
---|---|
date | Thu, 26 May 2016 14:16:45 +0100 |
parents | e4a57215ddee |
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