diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2012-06-12 18:35:36 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2012-06-12 18:35:36 +0000 |
commit | ddd0fcf33636efe78f2fbab5e3356ff8b029e48f (patch) | |
tree | 427698f9654f8488355689025fe10c78c3c5008d /nusmuk-audio/Makefile | |
parent | bc8d4bcab370eb9042489cb760023e8f259b9cc1 (diff) |
remove sinh as dependency
svn path=/trunk/externals/nusmuk/; revision=16150
Diffstat (limited to 'nusmuk-audio/Makefile')
-rw-r--r-- | nusmuk-audio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |