removed explicit template mechanism

This commit is contained in:
Jeff Hill
2001-09-13 15:02:15 +00:00
parent cc382a10e0
commit 2b9212727f
8 changed files with 2 additions and 10 deletions

View File

@ -25,9 +25,6 @@ WARN_CFLAGS_NO = -w
OPT_CFLAGS_YES = -O3
OPT_CFLAGS_NO = -g
# Template instantiation c++ flags
TEMPL_INST_CXXFLAG = -DEXPL_TEMPL
CODE_CXXFLAGS = -fPIC
CONFORM_CXXFLAGS_NORMAL = -ansi -pedantic
CONFORM_CXXFLAGS_STRICT = -ansi -pedantic