From 04cddd77cdfc286965c548e4c4624eff2f57386e Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 31 May 2000 14:15:57 +0000 Subject: [PATCH] Made compiler options controllable from the command line --- hadaq/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadaq/Makefile b/hadaq/Makefile index f78f172..fc0d518 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -11,7 +11,8 @@ # $ . makeenv LYNXOS TOF # $ . makeenv UNIX SOFT -CFLAGS = -g $(INCLUDES) $(DEFINES) +COPTS = -g +CFLAGS = $(COPTS) $(INCLUDES) $(DEFINES) DAQ_XMANAGE_OBJS = tcldaq.o tkAppInit.o \ agent_clnt.o agent_xdr.o worker.o psxshm.o mman.o -- 2.43.0