From: ellson Date: Wed, 20 Jul 2005 20:28:57 +0000 (+0000) Subject: add: -Wall -g -O0 X-Git-Tag: LAST_LIBGRAPH~32^2~7396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=587a0d00de6912a392c0299861de64ac0455dfdf;p=graphviz add: -Wall -g -O0 --- diff --git a/dot.demo/Makefile b/dot.demo/Makefile index 17802a3f7..f6e289ce5 100644 --- a/dot.demo/Makefile +++ b/dot.demo/Makefile @@ -1,7 +1,7 @@ COMPILE=libtool --tag=CC --mode=compile ${CC} -c LINK=libtool --tag=CC --mode=link ${CC} -CFLAGS=`pkg-config libgvc --cflags` +CFLAGS=`pkg-config libgvc --cflags` -Wall -g -O0 LDFLAGS=`pkg-config libgvc --libs` all: dot demo simple