diff options
| author | Mike Brown <brownwm@us.ibm.com> | 2016-07-01 11:36:47 -0500 |
|---|---|---|
| committer | Mike Brown <brownwm@us.ibm.com> | 2016-07-13 11:01:30 -0500 |
| commit | 738bb79c6a26c16f9c4ad48b921b1cc7012a3caa (patch) | |
| tree | e22dad63a68b6089dea3aa813202c2941b85d457 /development.md | |
| parent | 451e9a5a3fd2497851e0b31fc7acbfe75a576968 (diff) | |
adds source debug build options
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/development.md b/development.md index 571028c2..f77e6ed4 100644 --- a/development.md +++ b/development.md @@ -75,8 +75,14 @@ binaries): make ``` -You may pass build options and packages to the script as necessary. To build -binaries for all platforms: +You may pass build options and packages to the script as necessary. For example, +to build with optimizations disabled for enabling use of source debug tools: + +```sh + make GOGCFLAGS="-N -l" +``` + +To build binaries for all platforms: ```sh make cross |
