tinygo/src/runtime/build_noasserts.go

9 строки
190 Б
Go

//go:build !runtime_asserts
package runtime
// disable assertions for the garbage collector
const gcAsserts = false
// disable assertions for the scheduler
const schedulerAsserts = false