mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 05:31:11 -05:00
docs: add a qemu section (#1724)
This commit is contained in:
parent
6252193879
commit
e7b7a544f0
7 changed files with 180 additions and 28 deletions
|
|
@ -59,7 +59,7 @@ This seems to happen more or less regularly. We should try to avoid a build syst
|
|||
* Eliminate dependencies on libraries (make executable static)
|
||||
|
||||
Striping metadata from the binary can be done in the building process.
|
||||
This can be achieved by setting the appropriate compiler and linker flags (see [`go tool link`](https://pkg.go.dev/cmd/link) and [`go help build`](https://pkg.go.dev/cmd/go).
|
||||
This can be achieved by setting the appropriate compiler and linker flags (see [`go tool link`](https://pkg.go.dev/cmd/link) and [`go help build`](https://pkg.go.dev/cmd/go)).
|
||||
|
||||
* `buildvcs=false`: Omit version control information
|
||||
* `-trimpath`: Remove file system paths from executable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue