| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Translated to CMake from a patch on the Yocto project: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch?h=zeus It avoids the execution of a program on the target device, and produces a clearer endianness result.
* Disable C4101 'identifier' : unreferenced local variable for libpython. * Disable C4018 'expression' : signed/unsigned mismatch for libpython. * Disable C4244 'conversion' conversion from 'type1' to 'type2', possible loss of data for libpython. * Disable C4996 The compiler encountered a deprecated declaration. for libpython.
This is required when using multi-config cmake generators.
|
@jcfr I've updated it on top of master to fix conflicts |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Those patches were tested with Python 3.10.16 version on MacOS, Windows and Android.