Teamcity build binary differ from VS2017 binary C++ project

Answered

why is teamcity build binary size is different from visual studio 2017 build output. How do I figure out the difference and fix it.

0
1 comment

Typically such a difference would be caused either by building from different sources or using different command line inputs which TeamCity and VS use under the hood. Assuming you have ensured the sources are exactly the same for both builds, you can see the TeamCity build's command line in the build log. As for the command line of the VS build, it could be found somewhere in VS logs.

0

Please sign in to leave a comment.