diff options
| author | 2009-04-30 05:52:10 +0200 | |
|---|---|---|
| committer | 2009-04-30 05:52:10 +0200 | |
| commit | 49a8ef4fcbc8e76ca0f484e6b2d2d9eea70596b6 (patch) | |
| tree | d42281bbc3b17af0f92daa5d35429f46bdd2130f /CMakeLists.txt | |
| parent | 53fb582e7729d5b7ed40ff04d912fcf5add7ce1c (diff) | |
| download | usbmuxd-49a8ef4fcbc8e76ca0f484e6b2d2d9eea70596b6.tar.gz usbmuxd-49a8ef4fcbc8e76ca0f484e6b2d2d9eea70596b6.tar.bz2 | |
too much stuff and it WORKS
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd4a427..e0e4e3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -10,7 +10,7 @@ set(LIBS ${LIBS} ${USB_LIBRARIES}) | |||
| 10 | 10 | ||
| 11 | #set(CMAKE_VERBOSE_MAKEFILE ON) | 11 | #set(CMAKE_VERBOSE_MAKEFILE ON) |
| 12 | 12 | ||
| 13 | add_definitions(-Wall -O2) | 13 | add_definitions(-Wall -O0 -g) |
| 14 | add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c client.c) | 14 | add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c client.c) |
| 15 | target_link_libraries(usbmuxd ${LIBS}) | 15 | target_link_libraries(usbmuxd ${LIBS}) |
| 16 | 16 | ||
