-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [botan] Fix debug info - Embed debug info into object files. - Enable debug info for release builds. - Pass-through C++ build flags. Fixes #12088 * Fix version database. Co-authored-by: Billy Robert O'Neal III <[email protected]>
- Loading branch information
1 parent
0e8ad3b
commit e407f1b
Showing
5 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt | ||
index 2306a4485..977e2e958 100644 | ||
--- a/src/build-data/cc/msvc.txt | ||
+++ b/src/build-data/cc/msvc.txt | ||
@@ -17,10 +17,10 @@ optimization_flags "/O2 /Oi" | ||
size_optimization_flags "/O1 /Os" | ||
|
||
# for debug info in the object file: | ||
-#debug_info_flags "/Z7" | ||
+debug_info_flags "/Z7" | ||
|
||
# for using a PDB file: | ||
-debug_info_flags "/Zi /FS" | ||
+#debug_info_flags "/Zi /FS" | ||
|
||
preproc_flags "/nologo /EP" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters