Mercurial > hg > qm-dsp
view build/linux/Makefile.linux64 @ 216:0307327a3869
Merge from branch msvc
| author | Chris Cannam |
|---|---|
| date | Thu, 08 Feb 2018 15:41:27 +0000 |
| parents | c5d591bcf899 |
| 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
