This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc error and warning messages wrap at 80


Hi Justin,

You can set where the buffer wraps.

g++ -fmessage-length=$COLUMNS foo.cpp -o foo

Or to disable it:

g++ -fmessage-length=0 foo.cpp -o foo

I usually disable it.

--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]