diff options
| author | gingerBill <bill@gingerbill.org> | 2019-03-14 23:26:32 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-03-14 23:26:32 +0000 |
| commit | dbcd49acfc853d136935605222e5c824b621dbd9 (patch) | |
| tree | e5c519012773886c5e202791835e5647d3f90a1b /src/build_settings.cpp | |
| parent | 291bf0c143081c5b3e577f6a6fbf90781de95096 (diff) | |
Add -pdb-name for custom names of PDBs
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index d7b85644d..2b8f99e4c 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -92,6 +92,7 @@ struct BuildContext { String out_filepath; String resource_filepath; + String pdb_filepath; bool has_resource; String opt_flags; String llc_flags; |