From a70fc8bbd7fdb685815ff134a13dbcf3543a029c Mon Sep 17 00:00:00 2001 From: Michael Taufen Date: Fri, 19 May 2017 07:00:58 -0700 Subject: Add tip for removing compiler error limit --- contributors/devel/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 5c8bb6d4..c5d3cb35 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -260,6 +260,11 @@ cd $working_dir/kubernetes make ``` +To remove the limit on the number of errors the Go compiler reports (default limit is 10 errors): +```sh +make GOGCFLAGS="-e" +``` + To build with optimizations disabled for enabling use of source debug tools: ```sh -- cgit v1.2.3