]> granicus.if.org Git - graphviz/commitdiff
stop selectively disabling compiler optimization for MinGW
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Aug 2022 02:54:43 +0000 (19:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Aug 2022 02:54:43 +0000 (19:54 -0700)
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
lib/gvc/Makefile.am
lib/pathplan/Makefile.am

index 3d56bd9e91745660abdd07bea52cb5ac87011340..4443212820f535519870197c4a8ac48f0213e382 100644 (file)
@@ -13,7 +13,6 @@ AM_CPPFLAGS = \
 
 if WITH_WIN32
 AM_CFLAGS = -DGVC_EXPORTS
-AM_CPPFLAGS += -O0
 endif
 
 BUILT_SOURCES = colortbl.h htmlparse.h
index 62cee8cfbda59d437c9ec27b98235e260a08d70d..d469e4ab3e6064eee0fc0d90dada6190c7b10eb4 100644 (file)
@@ -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)
index ea78832577e457151c1ebfd5ea45bfb6fbe3ac91..b5fe6b828bd576151ecd508dd90d48a73a0393e9 100644 (file)
@@ -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