Skip to content

[Dev] Remove the -s option on Golang builds so symbols are included. #149

Description

@birschick-bq

Currently, the -s and -w options are used on Golang builds. The -w option excludes DWARF debug tables from being included in the artifact. The -s option excludes the symbols and their location.

This issue suggests changing the options for Golang builds to include the -w option, but remove the -s option so symbols will be included in build artifacts should a panic occur - thus making the call stack is more useful/readable.

Typically, only a small increase in the size of artifact when including symbols. It has no performance effect the artifact.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions