changeset 45:6458bc785aed

...
author cannam
date Thu, 03 Jul 2008 14:04:38 +0000
parents 00603b8a940f
children 4f1870dbab2c
files qm-dsp.pro
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/qm-dsp.pro	Wed Feb 13 12:49:47 2008 +0000
+++ b/qm-dsp.pro	Thu Jul 03 14:04:38 2008 +0000
@@ -6,6 +6,8 @@
 
 linux-g++:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -fno-exceptions -fPIC -march=pentium3 -mfpmath=sse -msse -ffast-math
 
+macx-g++:QMAKE_CXXFLAGS_RELEASE += -fvisibility=hidden
+
 #DEPENDPATH += base \
 #              dsp/chromagram \
 #              dsp/keydetection \