[CMAKE] msvc.cmake: Remove redundant '/Gy' (#4424)
authorJoachim Henze <33393466+JoachimHenze@users.noreply.github.com>
Thu, 31 Mar 2022 19:18:26 +0000 (21:18 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 19:18:26 +0000 (21:18 +0200)
commit493bb8de46ce33720c9319efa555ddb441d14519
tree1e297e3332c8b87eb67b308681b25024faf31eae
parentf59c58d8330abc455ba928850318e5c97fbb15cb
[CMAKE] msvc.cmake: Remove redundant '/Gy' (#4424)

* [CMAKE] msvc.cmake: Remove redundant '/Gy'

Function-level-Linking '/Gy' is already enabled unconditionally
at line 26. So no need to enable it here another time.
Makes the differences between the multiple OPTIMIZE-levels more obvious.

* [CMAKE] msvc.cmake: Fix typo in comment
sdk/cmake/msvc.cmake