mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-09-17 06:30:07 +00:00
Make the default optimization level be 2
This commit is contained in:
@@ -25,7 +25,7 @@ platform. */
|
|||||||
Larger values produce code that is faster but larger.
|
Larger values produce code that is faster but larger.
|
||||||
Currently supported values are 0 - 3; 0 is unusably slow for most applications. */
|
Currently supported values are 0 - 3; 0 is unusably slow for most applications. */
|
||||||
#ifndef uECC_OPTIMIZATION_LEVEL
|
#ifndef uECC_OPTIMIZATION_LEVEL
|
||||||
#define uECC_OPTIMIZATION_LEVEL 1
|
#define uECC_OPTIMIZATION_LEVEL 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef uECC_SQUARE_FUNC
|
#ifndef uECC_SQUARE_FUNC
|
||||||
|
|||||||
Reference in New Issue
Block a user