Wednesday, February 27, 2002

GOTTA LOOK INTO THIS
Using and Porting the GNU Compiler Collection (GCC) - 2 GCC Command Options -fsquangle
-fno-squangle
`-fsquangle' will enable a compressed form of name mangling for identifiers. In particular, it helps to shorten very long names by recognizing types and class names which occur more than once, replacing them with special short ID codes. This option also requires any C libraries being used to be compiled with this option as well. The compiler has this disabled (the equivalent of `-fno-squangle') by default. Like all options that change the ABI, all C code, including libgcc.a must be built with the same setting of this option.

0 Comments:

Post a Comment

<< Home