mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
10 lines
190 B
Go
10 lines
190 B
Go
//go:build !runtime_asserts
|
|
|
|
package runtime
|
|
|
|
// disable assertions for the garbage collector
|
|
const gcAsserts = false
|
|
|
|
// disable assertions for the scheduler
|
|
const schedulerAsserts = false
|