From 311c175f3184103950c72bc5c775174597430b83 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Jul 2017 01:31:22 +0300 Subject: Replace std::vector into macro STD_VECTOR. In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a4d45bed4..9c79c6169 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -133,8 +133,8 @@ dyecmd_SOURCES = endif if ENABLE_STLDEBUG -dyecmd_CXXFLAGS += -DENABLE_STL_DEBUG -manaplus_CXXFLAGS += -DENABLE_STL_DEBUG -DDEBUG_DUMP_LEAKS +dyecmd_CXXFLAGS += -DENABLE_STLDEBUG +manaplus_CXXFLAGS += -DENABLE_STLDEBUG manaplus_SOURCES += debug/mse/msemsevector.h \ debug/mse/msemstdvector.h \ -- cgit v1.2.3-70-g09d2