test: debug symbols generation
This commit is contained in:
@@ -62,6 +62,10 @@ func EnableDebugSymbols() {
|
||||
debugSymbols = true
|
||||
}
|
||||
|
||||
func DisableDebugSymbols() {
|
||||
debugSymbols = false
|
||||
}
|
||||
|
||||
func DebugSymbols() bool {
|
||||
return debugSymbols
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user