github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/runtime/build_noasserts.go (about) 1 //go:build !runtime_asserts 2 3 package runtime 4 5 // disable assertions for the garbage collector 6 const gcAsserts = false 7 8 // disable assertions for the scheduler 9 const schedulerAsserts = false