We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization.
#pragma optimize= none :-Tried before the function definition but it is not giving the same effect what excluding this file from optimization.
So expecting suggestion how to exclude the complete file from optimization using pragma.