projects
/
oweals
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d92580
)
get rid of -rdynamic on linking
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jan 2013 16:25:25 +0000
(17:25 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Jan 2013 16:25:25 +0000
(17:25 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e354204f4495386addbb75d431422911b97f7de5..bc8b1d31ef56895afd35062eea4a133ca44f89a1 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,6
+1,7
@@
cmake_minimum_required(VERSION 2.6)
PROJECT(uhttpd C)
+SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
ADD_DEFINITIONS(-Os -Wall -Werror -Wmissing-declarations --std=gnu99 -g3)
IF(APPLE)