We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4619dcf commit 3ad16c8Copy full SHA for 3ad16c8
1 file changed
docs/developing.md
@@ -61,6 +61,12 @@ NOTE: Tested on Linux and Mac OS. Not tested on Windows Subsystem for Linux (WSL
61
make check_unix
62
```
63
64
+If this fails to build due to compiled warnings from inside MicroPython code, try
65
+```
66
+make check_unix CFLAGS_EXTRA=-Wno-error
67
68
+
69
70
You should see each of the test functions in tests/ being ran,
71
and then a summary at the end with something like:
72
0 commit comments