Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions symcrypt-sys/build/static_link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl SymCryptOptions {
.flag("/WX") // Treat warnings as errors
.flag("/guard:cf") // Control Flow Guard
.flag("/wd5105") // Disable warning caused by Windows SDK headers
.flag("/wd5287") // Disable warning C5287: operands are different enum types '_SYMCRYPT_INTERNAL_ECURVE_TYPE' and '_SYMCRYPT_ECURVE_TYPE'; use an explicit cast to silence this warning
.flag("/EHsc"); // Exception handling
// .flag("/dynamicbase"); // Enabling ASLR produces lots of warnings

Expand Down