diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2011-07-26 19:29:42 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2011-07-26 19:29:42 +0000 |
commit | e80dc405e548667e8c21b433dfc9030a6c7ed75b (patch) | |
tree | 95fc21d3f0f697182c8f7bc2b4ed42c719979d6d /Makefile | |
parent | e714804749ab7827221b1477b861938af14f937c (diff) |
adding lot's of message to get links informations
svn path=/trunk/externals/pmpd/; revision=15166
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 -ffast-math -fno-trapping-math + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer -ffast-math -fno-trapping-math -mfpmath=sse CFLAGS += -fPIC LDFLAGS += -Wl,--export-dynamic -shared -fPIC LIBS += -lc |