Skip to content

Commit 8abc459

Browse files
committed
Turn off replay mode; didn't pan out unfortunately.
1 parent 40683f0 commit 8abc459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/compiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
)
4646

4747
const (
48-
REPLAY_MODE = true
48+
REPLAY_MODE = false
4949
)
5050

5151
type bitcodeToObjectLink struct {

0 commit comments

Comments
 (0)