From cde1c5bd60dc738ce30b2ace5cdbadb264db2a34 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sun, 30 Jan 2011 17:04:12 +0000 Subject: Remove the PIC linker flag for DSP on linux. Fix some debugger issues. Still need to get sound window working, but the invalid id panic alert is fixed. Also, a ";" as a comment in an ini file is now only allowed at the beginning of a line. The debugger has settings strings with semicolons in them. That completely broke the debugger. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6989 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Core/AudioCommon') diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index 91d1f432a0..537cf92045 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -37,6 +37,3 @@ endif() add_library(audiocommon STATIC ${SRCS}) target_link_libraries(audiocommon ${LIBS}) -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") - add_definitions(-fPIC) -endif() -- cgit v1.2.3