How i can generate code using all cores on my computer in debug mode? I can generate code in release mode quiet fast but in debug it really slow.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This question is unclear. Do you mean that your compilation is fast in Release, but slow in Debug? If so, then the solution is to set the Enable Multiprocessor Compilation option in the project settings, for the Debug target.
But if you’re saying that the debug version of your application is slow, there is no magic option that will improve the speed to use all cores – you need to design your application to take advantage of multiple cores to begin with.