projects
/
project
/
mountd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4177583
)
build: remove ggdb compile option
author
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 4 Jan 2019 14:10:24 +0000
(15:10 +0100)
committer
Hans Dedecker
<dedeckeh@gmail.com>
Fri, 4 Jan 2019 14:29:18 +0000
(15:29 +0100)
No need to produce by default debugging information
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index aadc59539def831efaff5eacc9fce133a2a0b368..24a18a27e78689385d8fc30a182cbc9d144ad284 100644
(file)
--- 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})