Control -g/-O via $(CCOPTS)
authorTheodore Tso <tytso@mit.edu>
Wed, 26 Oct 1994 23:32:32 +0000 (23:32 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 26 Oct 1994 23:32:32 +0000 (23:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4581 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/popper/ChangeLog
src/appl/popper/Makefile.in

index 0eb6993f663066db13d48d278f2482dccc7b09ab..1f5266aa6df78f55451a6a928d6e28173e184aea 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct 26 15:00:13 1994    (tytso@rsx-11)
+
+       * Makefile.in (CFLAGS): Control -g/-O via $(CCOPTS)
+
 Mon Oct  3 19:17:15 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in: Use $(srcdir) to find manual page for make install.
index aaf1f2e6f3fbd8bbb5c4940567a6a9184848e5f6..838882633d7912b4d2b8a1317caa3ad5699609de 100644 (file)
@@ -5,8 +5,7 @@
 # -DPOP_PVT_PASSWD : use a private passwd file for users of the POP mail service
 # -DMAILDIR : Set to site specific other than default.
 #
-CFLAGS = -g -DMAILDIR=\"/usr/spool/pop\" -DKERBEROS -DKRB5 -DDEBUG $(DEFS) $(LOCALINCLUDE)
-LDFLAGS = -g
+CFLAGS = $(CCOPTS) -DMAILDIR=\"/usr/spool/pop\" -DKERBEROS -DKRB5 -DDEBUG $(DEFS) $(LOCALINCLUDE)
 
 KRB5MANROOT = $(KRB5ROOT)/man
 ADMIN_BINDIR = $(KRB5ROOT)/admin