Skip to content

Commit

Permalink
Merge pull request #1200 from microsoft/dev/qmuntal/ssacheck
Browse files Browse the repository at this point in the history
Remove -d=dclstack compiler flag for ssacheck builder
  • Loading branch information
dagood authored Apr 12, 2024
2 parents a6886f3 + b17cbad commit d554f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/_util/cmd/run-builder/run-builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
case "regabi":
buildutil.AppendExperimentEnv("regabi")
case "ssacheck":
env("GO_GCFLAGS", "-d=ssa/check/on,dclstack")
env("GO_GCFLAGS", "-d=ssa/check/on")
case "staticlockranking":
buildutil.AppendExperimentEnv("staticlockranking")
}
Expand Down

0 comments on commit d554f76

Please sign in to comment.