X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/dbfd88c228ccb6c6c2f5992dc31ef035fedf1219..9a2b67d440670e757c2e8e00f6ba3098333c7ddc:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 59ccf54..acce334 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG) +CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG) $(XCFLAGS) DEBUG=-g OPTIMISE=-O2 WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \