From 449092be5ba2628aeec5188d30792275d601236b Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Mar 1999 23:50:59 +0000 Subject: [PATCH] Removed forced -g compiler flag. --- DemChop/Makefile.am | 5 ++++- DemInfo/Makefile.am | 5 ++++- FixNode/Makefile.am | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/DemChop/Makefile.am b/DemChop/Makefile.am index 46710ee44..9103e673b 100644 --- a/DemChop/Makefile.am +++ b/DemChop/Makefile.am @@ -42,11 +42,14 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools/Lib # We can't build this with "-O2" (optimization) since this causes a seg fault # I haven't found a way to strip this out of the CXXFLAGS, so I'm just # setting it to "-g" -CXXFLAGS = -g +# CXXFLAGS = -g #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1999/03/17 23:51:07 curt +# Removed forced -g compiler flag. +# # Revision 1.2 1999/03/12 22:53:45 curt # First working version! # diff --git a/DemInfo/Makefile.am b/DemInfo/Makefile.am index 355d81593..b3d8d3aa7 100644 --- a/DemInfo/Makefile.am +++ b/DemInfo/Makefile.am @@ -41,11 +41,14 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools/Lib # We can't build this with "-O2" (optimization) since this causes a seg fault # I haven't found a way to strip this out of the CXXFLAGS, so I'm just # setting it to "-g" -CXXFLAGS = -g +# CXXFLAGS = -g #--------------------------------------------------------------------------- # $Log$ +# Revision 1.7 1999/03/17 23:51:14 curt +# Removed forced -g compiler flag. +# # Revision 1.6 1999/03/08 22:00:46 curt # Lots of directory layout reorganization. # diff --git a/FixNode/Makefile.am b/FixNode/Makefile.am index 68a89ed2e..a245e6ac0 100644 --- a/FixNode/Makefile.am +++ b/FixNode/Makefile.am @@ -42,11 +42,14 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Tools/Lib # We can't build this with "-O2" (optimization) since this causes a seg fault # I haven't found a way to strip this out of the CXXFLAGS, so I'm just # setting it to "-g" -CXXFLAGS = -g +# CXXFLAGS = -g #--------------------------------------------------------------------------- # $Log$ +# Revision 1.10 1999/03/17 23:50:59 curt +# Removed forced -g compiler flag. +# # Revision 1.9 1999/03/08 22:00:45 curt # Lots of directory layout reorganization. # -- 2.39.2