Re: [go-nuts] How to expoert DWARF and symbol table in a in separate file when build?

2022-12-28 Thread 'Dan Kortschak' via golang-nuts
On Wed, 2022-12-28 at 18:14 -0800, 庞子元 wrote: > Hi All, > > For security reasons, our go cannot be compiled with information like > DWARF and symbol tables.  > > Is there a way to put this information in a separate file so that we > can link to it when we need it? > > Any tips are greatly appreciat

[go-nuts] How to expoert DWARF and symbol table in a in separate file when build?

2022-12-28 Thread 庞子元
Hi All, For security reasons, our go cannot be compiled with information like DWARF and symbol tables. Is there a way to put this information in a separate file so that we can link to it when we need it? Any tips are greatly appreciated! -- You received this message because you are subscrib