mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Restore missing PDB_LINKFLAG
[SVN r17086]
This commit is contained in:
@@ -64,6 +64,7 @@ VC_STDLIB_PATH = ;
|
||||
flags msvc CFLAGS <debug-symbols>on/<debug-store>object : /Z7 ;
|
||||
flags msvc CFLAGS <debug-symbols>on/<debug-store>database : /Zi ;
|
||||
flags msvc PDB_CFLAG <debug-symbols>on/<debug-store>database : /Fd ;
|
||||
flags msvc PDB_LINKFLAG <debug-symbols>on/<debug-store>database : /PDB: ;
|
||||
flags msvc LINKFLAGS <debug-symbols>on : /DEBUG ;
|
||||
# The linker disables the default optimizations when using /DEBUG. Whe have
|
||||
# to enable them manually for release builds with debug symbols.
|
||||
|
||||
@@ -64,6 +64,7 @@ VC_STDLIB_PATH = ;
|
||||
flags msvc CFLAGS <debug-symbols>on/<debug-store>object : /Z7 ;
|
||||
flags msvc CFLAGS <debug-symbols>on/<debug-store>database : /Zi ;
|
||||
flags msvc PDB_CFLAG <debug-symbols>on/<debug-store>database : /Fd ;
|
||||
flags msvc PDB_LINKFLAG <debug-symbols>on/<debug-store>database : /PDB: ;
|
||||
flags msvc LINKFLAGS <debug-symbols>on : /DEBUG ;
|
||||
# The linker disables the default optimizations when using /DEBUG. Whe have
|
||||
# to enable them manually for release builds with debug symbols.
|
||||
|
||||
Reference in New Issue
Block a user