X-Git-Url: https://git.librecmc.org/?p=oweals%2Fmountd.git;a=blobdiff_plain;f=CMakeLists.txt;h=24a18a27e78689385d8fc30a182cbc9d144ad284;hp=aadc59539def831efaff5eacc9fce133a2a0b368;hb=b1c2611bbf3807b6f9bdcd905282734ea1890fa3;hpb=4177583263225b59274e80c250cc68e20943c7e8 diff --git a/CMakeLists.txt b/CMakeLists.txt index aadc595..24a18a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(mountd C) -ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-format-truncation) +ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-format-truncation) FIND_PATH(uci_include_dir uci.h) INCLUDE_DIRECTORIES(${uci_include_dir})