File tree 4 files changed +4
-4
lines changed
src/cmd/compile/internal/base
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func ParseFlags() {
168
168
169
169
Debug .ConcurrentOk = true
170
170
Debug .InlFuncsWithClosures = 1
171
- Debug .InlStaticInit = 1
171
+ Debug .InlStaticInit = 0
172
172
Debug .SyncFrames = - 1 // disable sync markers by default
173
173
174
174
Debug .Checkptr = - 1 // so we can tell whether it is set explicitly
Original file line number Diff line number Diff line change 1
- // compiledir
1
+ // compiledir -d=inlstaticinit=1
2
2
3
3
// Copyright 2022 The Go Authors. All rights reserved.
4
4
// Use of this source code is governed by a BSD-style
Original file line number Diff line number Diff line change 1
- // errorcheckwithauto -0 -m -d=inlfuncswithclosures=1
1
+ // errorcheckwithauto -0 -m -d=inlfuncswithclosures=1 -d=inlstaticinit=1
2
2
3
3
// Copyright 2015 The Go Authors. All rights reserved.
4
4
// Use of this source code is governed by a BSD-style
Original file line number Diff line number Diff line change 1
- // run
1
+ // run -gcflags=-d=inlstaticinit=1
2
2
//go:build !gcflags_noopt
3
3
4
4
// Copyright 2010 The Go Authors. All rights reserved.
You can’t perform that action at this time.
0 commit comments