2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Use -gall to get full debug symbols when compiling C++ code.

[SVN r28763]
This commit is contained in:
Markus Schöpflin
2005-05-09 11:31:01 +00:00
parent 36b0200e89
commit 7cbbbc2768

View File

@@ -23,7 +23,8 @@
# No static linking as far as I can tell.
# flags cxx LINKFLAGS <runtime-link>static : -bstatic ;
flags cxx CFLAGS <debug-symbols>on : -g ;
flags tru64cxx65 CFLAGS <debug-symbols>on : -g ;
flags tru64cxx65 C++FLAGS <debug-symbols>on : -gall ;
flags tru64cxx65 LINKFLAGS <debug-symbols>on : -g ;
flags tru64cxx65 LINKFLAGS <debug-symbols>off : -s ;
flags tru64cxx65 LINKFLAGS <target-type>$(SHARED_TYPES) : -shared -expect_unresolved 'Py*' -expect_unresolved '_Py*' ;