diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-01 23:53:11 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-01 23:53:11 +0100 |
commit | cae905876089e82d6ac8af0acc700c018d352939 (patch) | |
tree | 545aa7806a5d33f2358ff99c910b89dd5386dafe /CMakeLists.txt | |
parent | e32b386174cc387d932800145383435083cf948a (diff) |
revert cflags change
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 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) |