From 243fa404aefd1f3713658d301a1980c274f1164f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 10 Aug 2022 19:54:43 -0700 Subject: [PATCH] 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. --- lib/common/Makefile.am | 1 - lib/gvc/Makefile.am | 1 - lib/pathplan/Makefile.am | 1 - 3 files changed, 3 deletions(-) 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 -- 2.40.0