From 7cbbbc2768473e6ce27e281d8fbb4954e33bcd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Mon, 9 May 2005 11:31:01 +0000 Subject: [PATCH] Use -gall to get full debug symbols when compiling C++ code. [SVN r28763] --- v1/tru64cxx65-tools.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v1/tru64cxx65-tools.jam b/v1/tru64cxx65-tools.jam index 4194b35da..70fa3482b 100644 --- a/v1/tru64cxx65-tools.jam +++ b/v1/tru64cxx65-tools.jam @@ -23,7 +23,8 @@ # No static linking as far as I can tell. # flags cxx LINKFLAGS static : -bstatic ; -flags cxx CFLAGS on : -g ; +flags tru64cxx65 CFLAGS on : -g ; +flags tru64cxx65 C++FLAGS on : -gall ; flags tru64cxx65 LINKFLAGS on : -g ; flags tru64cxx65 LINKFLAGS off : -s ; flags tru64cxx65 LINKFLAGS $(SHARED_TYPES) : -shared -expect_unresolved 'Py*' -expect_unresolved '_Py*' ;