diff options
author | Damien George <damien.p.george@gmail.com> | 2017-04-06 17:28:54 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-04-12 13:38:17 +1000 |
commit | fe79234ca0e371af4c252e31e218d81d8171deee (patch) | |
tree | d71a1f930d9da9f6d688a56dc9d7c555b89c163f /unix/mpconfigport_coverage.h | |
parent | a73501b1d63e5240cbced95b884383b79f5d6efd (diff) | |
download | micropython-fe79234ca0e371af4c252e31e218d81d8171deee.tar.gz micropython-fe79234ca0e371af4c252e31e218d81d8171deee.zip |
unix: Enabled high-quality float hashing in coverage build.
Diffstat (limited to 'unix/mpconfigport_coverage.h')
-rw-r--r-- | unix/mpconfigport_coverage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport_coverage.h b/unix/mpconfigport_coverage.h index 387e182db2..5fc8d7107a 100644 --- a/unix/mpconfigport_coverage.h +++ b/unix/mpconfigport_coverage.h @@ -32,6 +32,7 @@ #include <mpconfigport.h> +#define MICROPY_FLOAT_HIGH_QUALITY_HASH (1) #define MICROPY_ENABLE_SCHEDULER (1) #define MICROPY_PY_DELATTR_SETATTR (1) #define MICROPY_PY_BUILTINS_HELP (1) |