| commit | bfb8f2a765d6097c82b30ae2c19c99fa1082add3 | [log] [tgz] |
|---|---|---|
| author | Hana Kim <hakim@google.com> | Thu Dec 14 16:11:03 2017 -0500 |
| committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Fri Dec 15 15:00:46 2017 +0000 |
| tree | 43787476ad891f90f445a99be9ae7e8a77e5e344 | |
| parent | 9d5f8eaa8a4207bd89926eae40c6b0edf7bd4d11 [diff] |
doc/debugging_with_gdb: update -gcflags usage After go1.10, compiler/linker option flags apply only to the packages listed directly on the command line unless the matching pattern is specified. For debugging, we want to apply the flags to all packages. Change-Id: Ic69eee1491b1080fc140592f200c59a6e03d87ac Reviewed-on: https://go-review.googlesource.com/84135 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project does not use GitHub pull requests, and that we use the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.