Re: [PATCH] Add -fsplit-dwarf

2020-05-13 Thread Eric Botcazou
> Did I mention I dislike -fsplit-dwarf? ;) Seconded, this will be confusing for almost all users. Since the option only affects debug info generation, it should be prefixed with 'g' in any case. -- Eric Botcazou

Re: [PATCH] Add -fsplit-dwarf

2020-05-13 Thread Richard Biener via Gcc-patches
On Wed, May 13, 2020 at 1:40 AM Fangrui Song via Gcc-patches wrote: > > -fsplit-dwarf is similar to -gsplit-dwarf, but does not enable debugging > information by itself. This makes it easier to be plugged into a build > system without worrying that unnecessary debugging information may be >

[PATCH] Add -fsplit-dwarf

2020-05-12 Thread Fangrui Song via Gcc-patches
-fsplit-dwarf is similar to -gsplit-dwarf, but does not enable debugging information by itself. This makes it easier to be plugged into a build system without worrying that unnecessary debugging information may be generated. 2020-05-12 Fangrui Song PR debug/95096 * common.opt: