mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Turn these two off for modets size improvements
This commit is contained in:
parent
175af12a53
commit
df55abc65b
6
deps/mbedtls/mbedtls/config.h
vendored
6
deps/mbedtls/mbedtls/config.h
vendored
@ -1077,7 +1077,9 @@
|
|||||||
*
|
*
|
||||||
* Enable the checkup functions (*_self_test).
|
* Enable the checkup functions (*_self_test).
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_SELF_TEST
|
#if 0
|
||||||
|
#define MBEDTLS_SELF_TEST
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SHA256_SMALLER
|
* \def MBEDTLS_SHA256_SMALLER
|
||||||
@ -1469,7 +1471,9 @@
|
|||||||
*
|
*
|
||||||
* Comment this to disable run-time checking and save ROM space
|
* Comment this to disable run-time checking and save ROM space
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
#define MBEDTLS_VERSION_FEATURES
|
#define MBEDTLS_VERSION_FEATURES
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3
|
* \def MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user