
This is a multiple-subproject patch. Index: extended/tests/Makefile.am =================================================================== --- extended/tests/Makefile.am (révision 576) +++ extended/tests/Makefile.am (révision 577) @@ -1,12 +1,14 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- AM_CPPFLAGS = -I$(top_srcdir)/extended -I$(top_srcdir)/metalic -# FIXME: Add +# FIXME: Add # -# AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE) -ggdb +# AM_CXXFLAGS = $(CXXFLAGS_STRICT) -ggdb # # when oln.m4 is available in the distribution. +AM_CXXFLAGS = -O0 -ggdb + check_PROGRAMS = \ abs \ bind \ Index: extended/ChangeLog =================================================================== --- extended/ChangeLog (révision 576) +++ extended/ChangeLog (révision 577) @@ -1,3 +1,7 @@ +2006-09-27 Roland Levillain <roland@lrde.epita.fr> + + * tests/Makefile.am (AM_CXXFLAGS): Set to -O0 -ggdb. + 2006-09-15 Thierry GERAUD <theo@tegucigalpa.lrde.epita.fr> * xtd/vec.hh (operator-): Fix missing const. Index: static/tests/Makefile.am =================================================================== --- static/tests/Makefile.am (révision 576) +++ static/tests/Makefile.am (révision 577) @@ -3,10 +3,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/static -I$(top_srcdir)/metalic # FIXME: Add # -# AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE) -ggdb +# AM_CXXFLAGS = $(CXXFLAGS_STRICT) -ggdb # # when oln.m4 is available in the distribution. +AM_CXXFLAGS = -O0 -ggdb + check_PROGRAMS = \ any \ entry \ Index: static/ChangeLog =================================================================== --- static/ChangeLog (révision 576) +++ static/ChangeLog (révision 577) @@ -1,3 +1,7 @@ +2006-09-27 Roland Levillain <roland@lrde.epita.fr> + + * tests/Makefile.am (AM_CXXFLAGS): Set to -O0 -ggdb. + 2006-09-26 Roland Levillain <roland@lrde.epita.fr> Rename stc/vtypes.hh as stc/scoop.hh. Index: metalic/tests/Makefile.am =================================================================== --- metalic/tests/Makefile.am (révision 576) +++ metalic/tests/Makefile.am (révision 577) @@ -1,12 +1,14 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- AM_CPPFLAGS = -I$(top_srcdir)/metalic -# FIXME: Add +# FIXME: Add # -# AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE) -ggdb +# AM_CXXFLAGS = $(CXXFLAGS_STRICT) -ggdb # # when oln.m4 is available in the distribution. +AM_CXXFLAGS = -O0 -ggdb + check_PROGRAMS = \ case \ gcase \ Index: metalic/ChangeLog =================================================================== --- metalic/ChangeLog (révision 576) +++ metalic/ChangeLog (révision 577) @@ -1,3 +1,7 @@ +2006-09-27 Roland Levillain <roland@lrde.epita.fr> + + * tests/Makefile.am (AM_CXXFLAGS): Set to -O0 -ggdb. + 2006-09-14 Roland Levillain <roland@lrde.epita.fr> Clean up Metalic's distribution. Index: olena/tests/Makefile.am =================================================================== --- olena/tests/Makefile.am (révision 576) +++ olena/tests/Makefile.am (révision 577) @@ -5,10 +5,12 @@ -I$(top_srcdir)/static -I$(top_srcdir)/metalic # FIXME: Add # -# AM_CXXFLAGS = $(CXXFLAGS_STRICT) $(CXXFLAGS_OPTIMIZE) -ggdb +# AM_CXXFLAGS = $(CXXFLAGS_STRICT) -ggdb # # when oln.m4 is available in the distribution. +AM_CXXFLAGS = -O0 -ggdb + check_PROGRAMS = \ grid \ image_entry \ Index: olena/ChangeLog =================================================================== --- olena/ChangeLog (révision 576) +++ olena/ChangeLog (révision 577) @@ -1,3 +1,7 @@ +2006-09-27 Roland Levillain <roland@lrde.epita.fr> + + * tests/Makefile.am (AM_CXXFLAGS): Set to -O0 -ggdb. + 2006-09-26 Roland Levillain <roland@lrde.epita.fr> Let neighborhood() return a const reference instead of a copy.