Hi guys!
How do I set all the optimization options in VC++, so that I create a Win32 Release that take very little place on the hdd???
Printable View
Hi guys!
How do I set all the optimization options in VC++, so that I create a Win32 Release that take very little place on the hdd???
Where do I do that??
In the project settings, like he said. Just look in the menus for anything looking like 'project settings', you should have no problems finding it. Really, it's right there. Just look.
When I try changing the settings, I get the following error:
--------------------Configuration: Win32TrainingApp - Win32 Debug--------------------
Compiling...
Command line error D2016 : '/ZI' and '/O2' command-line options are incompatible
Error executing cl.exe.
Win32TrainingApp.exe - 1 error(s), 0 warning(s)
Add this to the beggining of your file...
Code:#pragma comment(linker, "/OPT:NOWIN98")