From 7011e18a3fea5e550ca17987d2492eab9ed095c6 Mon Sep 17 00:00:00 2001 From: Werner Schweer Date: Wed, 27 Feb 2008 09:46:37 +0000 Subject: add -PIC to compile flags --- muse/synti/zynaddsubfx/UI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muse/synti/zynaddsubfx/UI/CMakeLists.txt b/muse/synti/zynaddsubfx/UI/CMakeLists.txt index 89e6811a..02e05981 100644 --- a/muse/synti/zynaddsubfx/UI/CMakeLists.txt +++ b/muse/synti/zynaddsubfx/UI/CMakeLists.txt @@ -48,7 +48,7 @@ add_library ( set_target_properties ( zyngui PROPERTIES - COMPILE_FLAGS "-O3 -fvisibility=hidden -DASM_F2I_YES -DOS_LINUX -DFFTW_VERSION_3" + COMPILE_FLAGS "-O3 -PIC -fvisibility=hidden -DASM_F2I_YES -DOS_LINUX -DFFTW_VERSION_3" ) -- cgit v1.2.3