]> granicus.if.org Git - graphviz/commitdiff
cluster: remove forced '-g' compiler flag
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Nov 2022 23:30:09 +0000 (16:30 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Nov 2022 15:51:21 +0000 (07:51 -0800)
I do not know why 978399c54faa413ec105fb5849b35f94ac17ff10 added this option to
force debugging information on and the commit message provides no enlightenment.

cmd/gvmap/Makefile.am

index aa44d09d048962f010a0efdf8ecf8e5d1496560b..aea655dc3bee39b357f2216322d38a8c813a23fa 100644 (file)
@@ -23,8 +23,6 @@ cluster_SOURCES = cluster.c make_map.c power.c country_graph_coloring.c
 
 gvmap_CPPFLAGS = $(AM_CPPFLAGS)
 
-cluster_CPPFLAGS = $(AM_CPPFLAGS) -g
-
 gvmap_LDADD = \
        $(top_builddir)/lib/edgepaint/libedgepaint_C.la \
        $(top_builddir)/lib/sfdpgen/libsfdpgen_C.la \