projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adc611
)
get rid of -rdynamic on link
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jan 2013 16:24:35 +0000
(17:24 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jan 2013 16:24:35 +0000
(17:24 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 882fd6a5a976986b9b9168c2729b27dc1147e4a1..0be23b6e39fd9d4e04e91941d1b1a014a7970acd 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-4,6
+4,7
@@
PROJECT(uci C)
SET(CMAKE_INSTALL_PREFIX /usr)
+SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I. -DUCI_PREFIX="${CMAKE_INSTALL_PREFIX}")
OPTION(UCI_DEBUG "debugging support" OFF)