RV <rahul.va...@gmail.com> writes: > I am using -g option and -O3 option while building the release mode. > The code sizes produced while using -g option and -O3 options > independently are vary considerably. Will it harm the speed of > execution of code?
It should not significantly change the speed of execution. The difference in size is constituted by the debugging information, and it shouldn't even be loaded in RAM unless you're running a debugger to use it. -- __Pascal Bourguignon__ _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus