[cmake-developers] VS2015 /Zc:inline
Brad King
brad.king at kitware.com
Wed Nov 30 13:12:38 EST 2016
On 11/30/2016 12:29 PM, Serti Ayoub wrote:
> I'm using CMake 3.6 to generate VS2015 solution/projects.
> I found that cmake automatically add /Zc:inline for all projects
> configuration which make some of my symbols non-visible in release mode.
I'm not aware of any code in CMake that does that. There is no mention
of that flag or of RemoveUnreferencedCodeData in the 3.6 source code.
Please try a simple test project.
-Brad
More information about the cmake-developers
mailing list