From ddd0fcf33636efe78f2fbab5e3356ff8b029e48f Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Tue, 12 Jun 2012 18:35:36 +0000 Subject: remove sinh as dependency svn path=/trunk/externals/nusmuk/; revision=16150 --- nusmuk-audio/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nusmuk-audio/Makefile') diff --git a/nusmuk-audio/Makefile b/nusmuk-audio/Makefile index 884aa60..440a213 100644 --- a/nusmuk-audio/Makefile +++ b/nusmuk-audio/Makefile @@ -31,7 +31,7 @@ EXTRA_DIST = # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g LDFLAGS = LIBS = @@ -114,8 +114,8 @@ ifeq ($(UNAME),Linux) EXTENSION = pd_linux OS = linux PD_PATH = /usr - OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer - CFLAGS += -fPIC + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -ffast-math -fno-trapping-math + CFLAGS += -fPIC LDFLAGS += -Wl,--export-dynamic -shared -fPIC LIBS += -lc STRIP = strip --strip-unneeded -R .note -R .comment -- cgit v1.2.1