Removed terminal output by default. - Compiling with the tag "debug" will still show console output.
This commit is contained in:
parent
11e49d1249
commit
3d4df7e956
6
cmd/krampus19/krampus19_console.go
Normal file
6
cmd/krampus19/krampus19_console.go
Normal file
@ -0,0 +1,6 @@
|
||||
// +build windows,!console
|
||||
|
||||
package main
|
||||
|
||||
// #cgo LDFLAGS: -Wl,-subsystem,windows
|
||||
import "C"
|
Loading…
Reference in New Issue
Block a user