diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2011-05-30 10:39:11 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2011-05-30 10:39:11 +0000 |
commit | babd24364a9d4195061f24c01a8074b973fd6255 (patch) | |
tree | 6d29b349e76dff4d7c46ca381d43384404c194b0 /Makefile | |
parent | e974c8bfb41d40dd8377a4a939cffdbae62d2e54 (diff) |
adding flags to remove denormalization problem.
svn path=/trunk/externals/pmpd/; revision=15095
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ ifeq ($(UNAME),Linux) EXTENSION = pd_linux OS = linux PD_PATH = /usr - OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -ffast-math -fno-trapping-math CFLAGS += -fPIC LDFLAGS += -Wl,--export-dynamic -shared -fPIC LIBS += -lc |