Uses the standard error stream to report error and warning messages.
-stderr
-nostderr
The -stderr option specifies to the compiler, and other tools that it invokes, that error and warning messages should be sent to the standard error stream.
The -nostderr option specifies that error and warning messages should be sent to the standard output stream.