summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpyconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mpyconfig.h')
-rw-r--r--unix/mpyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h
index 3ab17e6cab..587b09b16e 100644
--- a/unix/mpyconfig.h
+++ b/unix/mpyconfig.h
@@ -1,7 +1,7 @@
// options to control how Micro Python is built
#define MICROPY_ENABLE_FLOAT (1)
-#define MICROPY_EMIT_CPYTHON (0)
+#define MICROPY_EMIT_CPYTHON (1)
#define MICROPY_EMIT_X64 (1)
#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)