From: Kurt Zeilenga Date: Fri, 14 Aug 1998 05:06:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LDAP_3_3+prerelease~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57a4773951c56cf89054fa5ac464dfd6b6992ce3;p=openldap *** empty log message *** --- diff --git a/Make-common b/Make-common index df9c380d09..22d2ed4b85 100644 --- a/Make-common +++ b/Make-common @@ -45,10 +45,10 @@ RUNTIMEETCDIR= $(ETCDIR) ## General compiler options ## ############################################################################# # Passed to every compile (cc or gcc). This is where you put -O or -g, etc. -#EXTRACFLAGS=-g -EXTRACFLAGS=-O +EXTRACFLAGS=-O -g +# EXTRACFLAGS=-O # 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.## @@ -140,8 +140,8 @@ LDBMINCLUDE=-I/usr/include #LDBMBACKEND=-DLDBM_USE_NDBM # # if you want to use a non-default threads package change these lines -#THREADS=-DNO_THREADS -#THREADSLIB= +#THREADS=-DPOSIX_THREADS +#THREADSLIB= -pthread ############################################################################# ## The following options are used by the xax500 client. If you haven't ##