diff -bBdurNP mDNSResponder-58.8-orig/mDNSPosix/Makefile mDNSResponder-58.8/mDNSPosix/Makefile --- mDNSResponder-58.8-orig/mDNSPosix/Makefile 2003-08-06 11:20:51.000000000 -0700 +++ mDNSResponder-58.8/mDNSPosix/Makefile 2004-06-26 18:10:45.835411436 -0700 @@ -28,7 +28,7 @@ # I assume that cc will be in your path. If not, you have to change the following to point to it. CC = cc -CFLAGS_COMMON = -g -I../mDNSCore -I. -DMDNS_DEBUGMSGS=2 +CFLAGS_COMMON = -Os -I../mDNSCore -I. -DMDNS_DEBUGMSGS=0 ifeq ($(os),solaris) CFLAGS_OS = -DNOT_HAVE_DAEMON -DNOT_HAVE_SA_LEN -D_XPG4_2 -D__EXTENSIONS__ -DHAVE_BROKEN_RECVIF_NAME -lsocket -lnsl