summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Hector Martin2010-02-07 01:59:03 +0100
committerGravatar Hector Martin2010-02-07 02:00:31 +0100
commitc9db7c05573bee6e819ae76095e0d80f5fe02dd4 (patch)
tree2ee4c78140ca4ac53e7aaf1fd760979338c79df9 /tools
parent003e72659b579e4376d099767f2e757e80d8f2a4 (diff)
downloadusbmuxd-c9db7c05573bee6e819ae76095e0d80f5fe02dd4.tar.gz
usbmuxd-c9db7c05573bee6e819ae76095e0d80f5fe02dd4.tar.bz2
Clean up CMakeLists (inspired by Gentoo patch)
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 47ffa90..08ea714 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,7 +1,6 @@
include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd)
link_directories (${CMAKE_BINARY_DIR}/libusbmuxd)
-add_definitions(-O2 -g)
add_executable(iproxy iproxy.c)
target_link_libraries(iproxy libusbmuxd pthread)