X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=src%2FMakefile;h=acce334c08d992c0ae8a056c88de962b1eb183c0;hp=59ccf547b39e6534af4e5381a4f0fdcc8cdc5348;hb=9557e604273fc0ce783fe69da74858b37ae818e5;hpb=b36c93ff8d12e53e3d4c3362c320cb475aeb440e 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 \