mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
546ead475b
commit
e0e6060414
|
@ -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
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue