From 5be8f4999dd601c19f380478ec35311cf7c70c90 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 8 Nov 1995 19:28:51 +0000 Subject: [PATCH] Removed "-s" compile option --- src/util/Makefile.Unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile.Unix b/src/util/Makefile.Unix index 60bc4dbee..a74f32ee7 100644 --- a/src/util/Makefile.Unix +++ b/src/util/Makefile.Unix @@ -2,7 +2,7 @@ EPICS = ../../../.. include Target.include include $(EPICS)/config/CONFIG_BASE -USR_LDLIBS = -lca -lCom -lm -s +USR_LDLIBS = -lca -lCom -lm DEPLIBS = $(EPICS_BASE_LIB)/libca.a $(EPICS_BASE_LIB)/libCom.a SRCS.c = \