From: Kurt Zeilenga Date: Thu, 20 Aug 1998 04:25:27 +0000 (+0000) Subject: Make sure EXTRA flags support platform settings X-Git-Tag: OPENLDAP_REL_ENG_1_0_0~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42897d184a0d96be6c1423b2a4e426905a5c63fb;p=openldap Make sure EXTRA flags support platform settings --- 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.##