cmake: Clear the link flags to get rid of -rdynamic, which was causing freezing issues. (Again, thanks go to gregory on this one.)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2950 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-05-05 11:17:08 +00:00
parent 546ead475b
commit e0e6060414
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ set(minimal_SDL_version 1.2)
# need to know on which OS we are currenty working/running
detectOperatingSystem()
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS " ")
SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS " ")
#-------------------------------------------------------------------------------
# FindStuff
#-------------------------------------------------------------------------------