The /Gw switch enables the linker to optimize global data to reduce binary size. As part of the 17.5 Preview 2 release a new flag, /Zc:checkGwOdr[-], has been added to improve C++ standards conformance when using /Gw. Previously, when using /Gw, certain One Definition Rule (ODR) violations were being ignored and would not cause an error. The ...