shrink a couple of builds

This commit is contained in:
Dan Halbert 2021-02-04 22:15:32 -05:00
parent 8d7b1f9e8c
commit 25d456a5b8
3 changed files with 3 additions and 1 deletions

2
main.c
View File

@ -184,7 +184,7 @@ STATIC void stop_mp(void) {
#endif
background_callback_reset();
usb_background_schedule();
usb_background();
gc_deinit();
}

View File

@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0
SUPEROPT_VM = 0

View File

@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0
SUPEROPT_VM = 0