Skip to content

Commit 853fb08

Browse files
committed
mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile.
Building in 32-bit mode was only to reduce binary size on 64-bit machines and is otherwise not needed. Having it forced to 32-bit meant an unnecessary dependency on 32-bit libraries that is now removed.
1 parent 0755448 commit 853fb08

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mpy-cross/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
MICROPY_FORCE_32BIT = 1
2-
31
include ../py/mkenv.mk
42

53
# define main target

0 commit comments

Comments
 (0)