mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-06 02:12:18 +01:00
7 lines
105 B
Go
7 lines
105 B
Go
|
// +build debug
|
||
|
|
||
|
package main
|
||
|
|
||
|
// DebugBuild signals that this is a debug build.
|
||
|
const DebugBuild = true
|