Age | Commit message (Collapse) | Author |
|
|
|
Spurious "corrupted .pdb" warning doesn't let
complete the build.
|
|
|
|
|
|
The toolchain file isn't always used.
|
|
They're in dependencies.
|
|
In particular OpenCV now branches on extensions at runtime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Depended on VC++ 14.
|
|
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de.
|
|
It's been verified to work on Windows XP.
|
|
|
|
|
|
|
|
|
|
|
|
- Always disable some useless warnings
- Disable exception support fully now
- Use /Gm for minimal rebuilds
- Use /Gw for data section lto
- Use exactly c++14
- Use incremental LTO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|