"pmatos" <[EMAIL PROTECTED]> writes:

> Which flags are the most strict to pass to g++ for debugging, ansi
> compliance and warnings?

g++ -std=c++98 -pedantic -W -Wall
         ^^^^^.
               \ Or whatever you like /
                \____________________/

-- 
Maurizio Loreti                         http://www.pd.infn.it/~loreti/mlo.html
Dept. of Physics, Univ. of Padova, Italy              ROT13: [EMAIL PROTECTED]
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to