Debug off using default "go build"

Ref #1469
This commit is contained in:
Zachary Yedidia
2020-02-24 12:55:59 -05:00
parent 2ef4f83358
commit d8584d1ddb
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ var (
// CompileDate is the date this binary was compiled on
CompileDate = "Unknown"
// Debug logging
Debug = "ON"
Debug = "OFF"
// FakeCursor is used to disable the terminal cursor and have micro
// draw its own (enabled for windows consoles where the cursor is slow)
FakeCursor = false