mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
10 lines
182 B
Go
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
|