From ad2e0ee9e0dc6750514c009a93dcf925f996baeb Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Tue, 5 May 2009 00:36:07 +0200 Subject: Enable optimizations --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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}) -- cgit v1.1-32-gdbae