-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[botan] Build with /Z7 instead of /Zi #12088
Copy link
Copy link
Closed
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist
Description
Is your feature request related to a problem? Please describe.
Usually ports, AFAICT, are built with /Z7 which also makes debug symbols available when building static libraries. The botan port is built with /Zi /FS instead.
Proposed solution
I'm not sure whether it's possible to change this option with the provided configure.py. Otherwise the compiler info in src\build-data\cc\msvc.txt must be patched.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist