Commit 836bca99 authored by Damien George's avatar Damien George

unix/variants: Fix fast and freedos variants so they build again.

This regressed in bd2fff66Signed-off-by: default avatarDamien George <damien@micropython.org>
parent d1995e50
......@@ -32,5 +32,3 @@
// 91 is a magic number proposed by @dpgeorge, which make pystone run ~ at tie
// with CPython 3.4.
#define MICROPY_MODULE_DICT_SIZE (91)
#include "variants/DEV/mpconfigvariant.h"
# build synthetically fast interpreter for benchmarking
COPT += "-fno-crossjumping -O2"
COPT += -fno-crossjumping -O2
PROG = micropython-fast
......
......@@ -36,5 +36,3 @@
#undef _DIRENT_HAVE_D_INO
#define MICROPY_USE_INTERNAL_ERRNO (1)
#include "variants/DEV/mpconfigvariant.h"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment