A Nobody's Knowledge Bank
Wednesday, March 01, 2006
  GCC Manual
General Programming Information
-Wall
All of the above `-W' options combined. This enables all the warnings about constructions that some users consider questionable, and that are easy to avoid (or modify to prevent the warning), even in conjunction with macros. This also enables some language-specific warnings described in C++ Dialect Options and Objective-C and Objective-C++ Dialect Options.

-c
Compile or assemble the source files, but do not link. The linking stage simply is not done. The ultimate output is in the form of an object file for each source file.

By default, the object file name for a source file is made by replacing the suffix `.c', `.i', `.s', etc., with `.o'.

Unrecognized input files, not requiring compilation or assembly, are ignored.

 
Comments: Post a Comment



<< Home
This is where I put all stuff related to my school learning. Hope it could help you, too.

ARCHIVES
February 2006 / March 2006 / April 2006 / May 2006 /


National Taiwan University

Powered by Blogger