aboutsummaryrefslogtreecommitdiff
path: root/nusmuk-audio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nusmuk-audio/Makefile')
-rw-r--r--nusmuk-audio/Makefile6
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