From: Felix Fietkau Date: Tue, 1 Jan 2013 22:53:11 +0000 (+0100) Subject: revert cflags change X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=cae905876089e82d6ac8af0acc700c018d352939;p=project%2Fuhttpd.git revert cflags change --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 48addac..afa2766 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(uhttpd C) -ADD_DEFINITIONS(-O2 -Wall -Werror -Wmissing-declarations --std=gnu99 -g3) +ADD_DEFINITIONS(-Os -Wall -Werror -Wmissing-declarations --std=gnu99 -g3) IF(APPLE) INCLUDE_DIRECTORIES(/opt/local/include)