开发者

Get the optimizations from retail build into debug build

开发者 https://www.devze.com 2023-01-06 17:58 出处:网络
I have a function when unit tested takes around 15 minutes to finish in debug mode. When I run the same tests in retail mode, it takes around 30 second开发者_开发技巧s. Is there anyway I can figure ou

I have a function when unit tested takes around 15 minutes to finish in debug mode. When I run the same tests in retail mode, it takes around 30 second开发者_开发技巧s. Is there anyway I can figure out what optimizations were done in the retail build?


There's an option on the Project properties, Build tab: "Optimize code". Try checking that then rebuilding the solution!

Hope that helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消