I have small c program that I wrote on c use with lot of cpu and compile it with visual studio 17,running on windows.
I want to speed up this exe file without changing the code, only with changing the compilation method.
I don't care about security code ,only speed, I know the OS and processor thatvthis progran will run on it (if it help).
So how can I faster my prigram with changing the compiler/ disable some security flag/ compile it to spesific os/ processor?