getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

Make CompileFlags fields public #91

Closed landaire closed 3 years ago

landaire commented 3 years ago

This change makes fields of the CompileFlags struct public so they can be read outside of this crate. See #89.