Make the default optimization level be 2

This commit is contained in:
Ken MacKay
2015-10-12 21:29:56 -07:00
parent 24bba15ec1
commit 41207c563a
+1 -1
View File
@@ -25,7 +25,7 @@ platform. */
Larger values produce code that is faster but larger.
Currently supported values are 0 - 3; 0 is unusably slow for most applications. */
#ifndef uECC_OPTIMIZATION_LEVEL
#define uECC_OPTIMIZATION_LEVEL 1
#define uECC_OPTIMIZATION_LEVEL 2
#endif
#ifndef uECC_SQUARE_FUNC