From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Deno, Emerson" To: "'gcc-help@gcc.gnu.org'" Subject: command line options to prevent generation of debugging info on compiler generated locals? Date: Fri, 25 Aug 2000 10:01:00 -0000 Message-id: <0132D06F0EF0D311A3E6009027BA1EA90154CC91@BRNYC-EXCH02> X-SW-Source: 2000-08/msg00191.html i emailed earlier about code that doubled in size with gcc 2.95.3 someone was kind enough to point out that strip -X removes compiler generated locals from symbol tables. rather than invoking gcc and then strip is there a command line option that will keep gcc from generating debug info for compiler temporaries? thanks, emerson