Mail Archives: djgpp/1995/01/12/10:30:47
> So the question is : How can I remove those debug info from
> .OUT file,
strip <programname>
> or how can I compile without produce those debug infos ?
remove the -g option on your gcc commandline
Well, yes and no. "-g" does add *more* debug info (line numbers and
source file and so on, right?) but the symbol table is always there, I
believe. Anyway, if you strip a program which is compiled without
"-g", it gets smaller.
--Steve <turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp>
- Raw text -