use fvisibility=hidden on macos

This commit is contained in:
Stefano D'Angelo 2022-12-14 15:34:57 +01:00
parent aacd8236b4
commit a23ee901a2
8 changed files with 8 additions and 0 deletions
examples
fx_bitcrush/vst3
fx_comp/vst3
fx_noise_gate/vst3
fx_satur/vst3
fx_svf/vst3
fx_wah/vst3
synth_mono/vst3
synth_simple/vst3

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \

View File

@ -10,6 +10,7 @@ CXXFLAGS= \
-I${ROOT_DIR}/../../../include \
-I${VST3_SDK_DIR} \
-fPIC \
-fvisibility=hidden \
-O3
LDFLAGS= \
-framework Cocoa \