Mercurial > hg > piper-vamp-js
changeset 136:704b93c2456e
-ffast-math is not a great idea as a default flag, because some plugins won't work correctly with it. Also allow people to override these
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Sat, 12 Nov 2016 09:58:24 +0000 |
parents | c5623bf080bc |
children | 648a40f5e322 |
files | Makefile.inc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.inc Fri Nov 11 17:02:33 2016 +0000 +++ b/Makefile.inc Sat Nov 12 09:58:24 2016 +0000 @@ -67,8 +67,8 @@ CXX_SOURCES := $(MODULE_SOURCE) $(ADAPTER_SOURCES) $(PLUGIN_SOURCES) $(SDK_SOURCES) $(OTHER_SOURCES) C_SOURCES := $(PLUGIN_C_SOURCES) $(C_SOURCES) -#OPTFLAGS := -g3 -OPTFLAGS := -O3 -ffast-math +#OPTFLAGS ?= -g3 +OPTFLAGS ?= -O DEFINES := $(DEFINES) INCLUDES := -I$(SRC_DIR) -I$(SDK_DIR) -I$(PIPERCPP_DIR) $(INCLUDES)