We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62896b3 + de402df commit 788f9f3Copy full SHA for 788f9f3
contributors/devel/development.md
@@ -362,10 +362,10 @@ The Kubernetes build system defaults to limiting the number of reported Go compi
362
make WHAT="cmd/kubectl" GOGCFLAGS="-e"
363
```
364
365
-If you need to use debugging inspection tools on your compiled Kubernetes executables, add `-N -l` to `GOGCFLAGS`. For example:
+If you need to use debugging inspection tools on your compiled Kubernetes executables, set DBG=1. For example:
366
367
```sh
368
-make WHAT="cmd/kubectl" GOGCFLAGS="-N -l"
+make WHAT="cmd/kubectl" DBG=1
369
370
371
To cross-compile Kubernetes for all platforms, run the following command:
0 commit comments