changeset 270:54e09b1962db

...
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 03 Jul 2008 14:04:38 +0000
parents a63c7b6191b5
children 61ac228cc67e
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 \