I am using CDT(eclipse for c language). I found that default gcc compiler options are -O0 -g3 -Wall -c -fmessage-length=0. what’s the meaning of -fmessage-length? that should be -fflag, but what about message-length? I didnt find it in GCC Command-Line Options. Thanks for your consideration.
I am using CDT(eclipse for c language). I found that default gcc compiler options
Share
That’s because you’re looking at “a modified version of the Command-Line Options section of the GCC Manual.”
This is the official list of all possible GCC command-line options, which leads to this section: “3.7 Options to Control Diagnostic Messages Formatting”. This is what the section has to say: