From: Matthew Fernandez Date: Thu, 11 Aug 2022 02:54:43 +0000 (-0700) Subject: stop selectively disabling compiler optimization for MinGW X-Git-Tag: 5.0.1~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=243fa404aefd1f3713658d301a1980c274f1164f;p=graphviz stop selectively disabling compiler optimization for MinGW I do not know why these lines are here and the originating commit messages do not explain either. Lets remove them and see what (if anything) breaks. --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 3d56bd9e9..444321282 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -13,7 +13,6 @@ AM_CPPFLAGS = \ if WITH_WIN32 AM_CFLAGS = -DGVC_EXPORTS -AM_CPPFLAGS += -O0 endif BUILT_SOURCES = colortbl.h htmlparse.h diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index 62cee8cfb..d469e4ab3 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -12,7 +12,6 @@ AM_CPPFLAGS = \ if WITH_WIN32 AM_CFLAGS = -DGVC_EXPORTS=1 -AM_CPPFLAGS += -O0 endif LIBS = $(SOCKET_LIBS) $(Z_LIBS) $(MATH_LIBS) diff --git a/lib/pathplan/Makefile.am b/lib/pathplan/Makefile.am index ea7883257..b5fe6b828 100644 --- a/lib/pathplan/Makefile.am +++ b/lib/pathplan/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib if WITH_WIN32 AM_CFLAGS = -DPATHPLAN_EXPORTS -AM_CPPFLAGS += -O0 endif pkginclude_HEADERS = pathgeom.h pathplan.h