File tree 5 files changed +5
-5
lines changed
src/cmd/compile/internal/base
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ func ParseFlags() {
167
167
168
168
Debug .ConcurrentOk = true
169
169
Debug .InlFuncsWithClosures = 1
170
- Debug .InlStaticInit = 0
170
+ Debug .InlStaticInit = 1
171
171
Debug .SyncFrames = - 1 // disable sync markers by default
172
172
173
173
Debug .Checkptr = - 1 // so we can tell whether it is set explicitly
Original file line number Diff line number Diff line change 1
- // compiledir -d=inlstaticinit=1
1
+ // compiledir
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
- // compile -d=inlstaticinit
1
+ // compile
2
2
3
3
// Copyright 2023 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 -d=inlstaticinit=1
1
+ // errorcheckwithauto -0 -m -d=inlfuncswithclosures=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 -gcflags=-d=inlstaticinit=1
1
+ // run
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