diff options
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 e0e4e3f..8d22ef6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(LIBS ${LIBS} ${USB_LIBRARIES}) #set(CMAKE_VERBOSE_MAKEFILE ON) -add_definitions(-Wall -O0 -g) +add_definitions(-Wall -O2 -g) add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c client.c) target_link_libraries(usbmuxd ${LIBS}) |