From 42897d184a0d96be6c1423b2a4e426905a5c63fb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 20 Aug 1998 04:25:27 +0000 Subject: [PATCH] Make sure EXTRA flags support platform settings --- Make-common.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Make-common.dist b/Make-common.dist index 2fd9bae15d..17a39a9cf7 100644 --- a/Make-common.dist +++ b/Make-common.dist @@ -47,11 +47,11 @@ LDAP_RUNDIR?= $(LDAP_ETCDIR) ## General compiler options ## ############################################################################# # Passed to every compile (cc or gcc). This is where you put -O or -g, etc. -EXTRACFLAGS=-O -g +#EXTRACFLAGS=-O -g #EXTRACFLAGS=-O -#EXTRACFLAGS=-g +EXTRACFLAGS?=-g # Passed to every link (ld). Include -g here if you did in EXTRACFLAGS. -EXTRALDFLAGS=-g +EXTRALDFLAGS?=-g ############################################################################# ## If you are NOT using Kerberos authentication, you can skip this section.## -- 2.39.5