mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
The linker flags are case insensitive [1] but it would be better to use the proper capitalization [2]. [1] https://learn.microsoft.com/en-us/cpp/build/reference/linking?view=msvc-170#command-line [2] https://learn.microsoft.com/en-us/cpp/build/reference/guard-enable-guard-checks?view=msvc-170 PR #22940.