]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: enable indexed export format by default
authorMatthew Dempsky <mdempsky@google.com>
Thu, 12 Apr 2018 17:57:23 +0000 (10:57 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 24 Apr 2018 01:06:17 +0000 (01:06 +0000)
Change-Id: Id018eeb79afbe2c695a583b3845cfbc1aab08388
Reviewed-on: https://go-review.googlesource.com/106797
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/main.go

index 7b8bdfa9f7f130f45daa4ce94ca53708eb6ffb7e..809910d7b2aeffdaa6cff1de31f0df79665b07c5 100644 (file)
@@ -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