1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From 917abd26c62787e87b959cae77dd3372d0eddd1d Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sun, 26 Oct 2008 14:46:49 +0200
Subject: [PATCH] Remove strip
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 7cdc785..52bb489 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC = gcc
CFLAGS = -O
#CFLAGS = -g
#SYSVLIBS = -lnsl -lsocket
-LDFLAGS = -s ${SYSVLIBS}
+LDFLAGS = ${SYSVLIBS}
#LDFLAGS = -g ${SYSVLIBS}
all: micro_httpd
--
1.6.5
|