X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/b36c93ff8d12e53e3d4c3362c320cb475aeb440e..9557e604273fc0ce783fe69da74858b37ae818e5:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 59ccf54..acce334 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \