From db5b689f9a8896fbcc6121240d0e3b85f0276319 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 5 Nov 2022 16:30:09 -0700 Subject: [PATCH] cluster: remove forced '-g' compiler flag 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gvmap/Makefile.am b/cmd/gvmap/Makefile.am index aa44d09d0..aea655dc3 100644 --- a/cmd/gvmap/Makefile.am +++ b/cmd/gvmap/Makefile.am @@ -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 \ -- 2.40.0