Mercurial > hg > qm-dsp
view build/linux/Makefile.linux64 @ 515:08bcc06c38ec tip master
Remove fast-math
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 28 Jan 2020 15:27:37 +0000 |
parents | a15e2c4e111f |
children |
line wrap: on
line source
CFLAGS := -DNDEBUG -Wall -Wextra -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS CXXFLAGS := $(CFLAGS) -std=c++98 include build/general/Makefile.inc