mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Make it possible to compile redbean with chibicc
This cuts build latency down from 5 seconds to 500 milliseconds.
This commit is contained in:
parent
552525cbdd
commit
6ff46ca373
50 changed files with 898 additions and 824 deletions
2
third_party/mbedtls/entropy.c
vendored
2
third_party/mbedtls/entropy.c
vendored
|
@ -57,7 +57,7 @@ asm(".include \"libc/disclaimer.inc\"");
|
|||
#warning "**** THIS BUILD IS *NOT* SUITABLE FOR PRODUCTION USE "
|
||||
#endif
|
||||
|
||||
#define ENTROPY_MAX_LOOP 256 /**< Maximum amount to loop before error */
|
||||
#define ENTROPY_MAX_LOOP 256 /*< Maximum amount to loop before error */
|
||||
|
||||
/**
|
||||
* \brief Initialize the context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue