feature: Add dummy mode
This commit is contained in:
parent
f79657afc2
commit
8b482cecd5
40 changed files with 323 additions and 141 deletions
7
ardriver/xreal/xrealsrc/xreal_debug_logging.go
Normal file
7
ardriver/xreal/xrealsrc/xreal_debug_logging.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
//go:build xreal && !xreal_debug_logging
|
||||
// +build xreal,!xreal_debug_logging
|
||||
|
||||
package xreal
|
||||
|
||||
// #cgo CFLAGS: -DNDEBUG
|
||||
import "C"
|
Loading…
Add table
Add a link
Reference in a new issue