我希望使用VisualStudio 8尽可能地减小应用程序的大小。 需要为此设置哪些编译器选项?
以下是我设置的
1.project properties->配置属性 - > General->使用MFC “在共享DLL中使用MFC” 2.project properties-> configuration properties-> c / c ++ - > optimization-> optimization “最小化尺寸(/ O1)” 3.project properties-> configuration properties-> c / c ++ - > optimization->赞成大小或速度 “赞成小代码(/ Os)”
请告诉我其他可以使用的选项。