changeset 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
files build/linux/Makefile.linux32
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build/linux/Makefile.linux32	Fri Jan 17 10:40:31 2020 +0000
+++ b/build/linux/Makefile.linux32	Tue Jan 28 15:27:37 2020 +0000
@@ -1,5 +1,5 @@
 
-CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS -I./include
+CFLAGS := -DNDEBUG -O3 -fPIC -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS -I./include
 
 #CFLAGS := -DNDEBUG -g -fPIC -DUSE_PTHREADS -I./include