Makefile: add smoke test with gc=leaking to test dead asm code

This commit is contained in:
Damian Gryski
2021-09-05 18:06:16 -07:00
committed by Ron Evans
parent 32de906f6d
commit 95ab7cb8d1
+3
View File
@@ -451,6 +451,9 @@ endif
@$(MD5SUM) test.nro
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
@$(MD5SUM) test.hex
ifneq ($(OS),Windows_NT)
$(TINYGO) build -o test.elf -gc=leaking -scheduler=none examples/serial
endif
wasmtest: