Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: strip all symbols in sdhcp - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
commit 3da0238a42595c0edf641d504d051f15348a205c
parent d64b498944cd8ca265e167f130992dff5b744e68
Author: Ypnose <[email protected]>
Date: Thu, 21 May 2015 20:07:01 +0200
config.mk: strip all symbols in sdhcp
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -9,4 +9,4 @@ CC = cc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE
CFLAGS = -Wall -Wextra -pedantic -std=c99 $(CPPFLAGS)
-LDFLAGS =
+LDFLAGS = -s
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.