From 41207c563a1b47d4990ddf7f30cb2e993666637e Mon Sep 17 00:00:00 2001 From: Ken MacKay Date: Fri, 28 Aug 2015 20:03:21 -0700 Subject: [PATCH] Make the default optimization level be 2 --- uECC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uECC.h b/uECC.h index a5feb7f..443d28b 100644 --- a/uECC.h +++ b/uECC.h @@ -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