We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf3810 commit b82f34eCopy full SHA for b82f34e
1 file changed
unix/mpconfigport.h
@@ -27,7 +27,9 @@
27
// options to control how Micro Python is built
28
29
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
30
+#ifndef MICROPY_EMIT_X64
31
#define MICROPY_EMIT_X64 (1)
32
+#endif
33
#define MICROPY_EMIT_THUMB (0)
34
#define MICROPY_EMIT_INLINE_THUMB (0)
35
#define MICROPY_ENABLE_GC (1)
0 commit comments