From: prascle Date: Mon, 19 Apr 2004 10:06:08 +0000 (+0000) Subject: PR: workaround to compile on gcc 2.94.4 (Debian Woody) X-Git-Tag: Ecole_Ete_a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0eb0207fda7c491f0e417382dc00d6d47ba2d763;p=modules%2Fkernel.git PR: workaround to compile on gcc 2.94.4 (Debian Woody) --- diff --git a/src/ModuleCatalog/Makefile.in b/src/ModuleCatalog/Makefile.in index fc9361e89..11989f482 100644 --- a/src/ModuleCatalog/Makefile.in +++ b/src/ModuleCatalog/Makefile.in @@ -51,6 +51,8 @@ LIB_SRC = \ SALOME_ModuleCatalog_impl.cxx \ SALOME_ModuleCatalog_Acomponent_impl.cxx +CXXFLAGS+=-ftemplate-depth-25 + # Executables targets # trouble we have client and serveur and build don't known about this with rule # in fact client is a test ! So it may go away BIN !