From: Matthew Dempsky Date: Thu, 12 Apr 2018 17:57:23 +0000 (-0700) Subject: cmd/compile: enable indexed export format by default X-Git-Tag: go1.11beta1~713 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a3c75d9b313cc9f06969125ff28501c081dac3b8;p=gostls13.git cmd/compile: enable indexed export format by default Change-Id: Id018eeb79afbe2c695a583b3845cfbc1aab08388 Reviewed-on: https://go-review.googlesource.com/106797 Run-TryBot: Matthew Dempsky TryBot-Result: Gobot Gobot Reviewed-by: Robert Griesemer --- diff --git a/src/cmd/compile/internal/gc/main.go b/src/cmd/compile/internal/gc/main.go index 7b8bdfa9f7..809910d7b2 100644 --- a/src/cmd/compile/internal/gc/main.go +++ b/src/cmd/compile/internal/gc/main.go @@ -244,7 +244,7 @@ func Main(archInit func(*Arch)) { flag.StringVar(&blockprofile, "blockprofile", "", "write block profile to `file`") flag.StringVar(&mutexprofile, "mutexprofile", "", "write mutex profile to `file`") flag.StringVar(&benchfile, "bench", "", "append benchmark times to `file`") - flag.BoolVar(&flagiexport, "iexport", false, "export indexed package data") + flag.BoolVar(&flagiexport, "iexport", true, "export indexed package data") objabi.Flagparse(usage) // Record flags that affect the build result. (And don't