Files
tinygo/src/runtime/build_asserts.go
T

10 lines
182 B
Go

//go:build runtime_asserts
package runtime
// enable assertions for the garbage collector
const gcAsserts = true
// enable asserts for the scheduler
const schedulerAsserts = true