Commit 9480e9b
committed
ports/windows: Add comment about compiler disable limitation.
Document that MICROPY_ENABLE_COMPILER cannot be disabled in the pydfu
variant because the build system unconditionally enables
MICROPY_MODULE_FROZEN_STR which requires the compiler.
Also add ifndef guard for MICROPY_HELPER_REPL to allow variant override.
Signed-off-by: Andrew Leech <[email protected]>1 parent 82462ed commit 9480e9b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments