diff options
author | Daniel Neus <[email protected]> | 2016-08-16 15:17:00 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-08-16 15:17:00 +0200 |
commit | b5c0beb0c63ba7850de6c1be5f362e831e805490 (patch) | |
tree | e86d401a24aee95f0c43f5164c48051b3c907aea /src/build-data | |
parent | c2c77c3ec0bcbf5bdaffd4e89b36636789ceac84 (diff) |
No PDB output for CLI and tests
Fixes GH #432 : Previously the Botan CLI PDB file has overwritten the Botan lib PDB file.
Furthermore the output filename of the lib is changed to botand in debug mode.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/msvc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index 8231c0429..ff4b4369b 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -48,7 +48,7 @@ default-debug -> "$(LINKER) /DLL /DEBUG" <binary_link_commands> default -> "$(LINKER)" -default-debug -> "$(LINKER) /DEBUG" +default-debug -> "$(LINKER)" </binary_link_commands> <mach_abi_linking> |