--- how-it-works.mdwn 2007/12/02 21:09:23 1.1 +++ how-it-works.mdwn 2008/01/23 03:18:24 1.2 @@ -62,7 +62,7 @@ The second option is _-O_ which enables compiler optimizations. It is only used by the compiler and is not needed by the pre-processor, assembler nor linker. -The third option is _-I/usr/local/include_ which specifies an additional directory to find include files. Since the pre-processor handles the #include directive this options is only used by the pro-processor and is ignored by the compiler, assembler and linker. +The third option is _-I/usr/local/include_ which specifies an additional directory to find include files. Since the pre-processor handles the #include directive this options is only used by the pre-processor and is ignored by the compiler, assembler and linker. The fourth option is _-D_DEBUG which defines the pre-processor macro _DEBUG. It is only used by the pre-processor and is not needed by the compiler, assembler nor linker.
Powered by rcshistory.cgi 0.3