diff options
author | Werner Schweer <ws.seh.de> | 2008-02-27 09:46:37 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2008-02-27 09:46:37 +0000 |
commit | 7011e18a3fea5e550ca17987d2492eab9ed095c6 (patch) | |
tree | 47f83f983cf1e4f1842fa02e0be52d3e10d36b8e | |
parent | e82a50471eef04891d496cdda47649099c3fc115 (diff) |
add -PIC to compile flags
-rw-r--r-- | muse/synti/zynaddsubfx/UI/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |