annotate 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
rev   line source
c@315 1
cannam@514 2 CFLAGS := -DNDEBUG -Wall -Wextra -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
c@414 3
c@447 4 CXXFLAGS := $(CFLAGS) -std=c++98
c@315 5
c@315 6 include build/general/Makefile.inc
c@315 7