view build/linux/Makefile.linux64 @ 207:f11ec82227d5

Change that seemed to be needed for emscripten double-precision build to work
author Chris Cannam
date Tue, 14 Mar 2017 13:40:50 +0000
parents 214b31ec7e1a
children c5d591bcf899
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) -Werror

include build/general/Makefile.inc