From e360dffff25446d5c34bc18771667ca1d895b1e4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 14 Nov 2022 10:55:44 +0800 Subject: [PATCH] Fix typo for LTM_CFLAGS --- SMALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMALL b/SMALL index dbf80be..02658b1 100644 --- a/SMALL +++ b/SMALL @@ -50,7 +50,7 @@ Of course using small C libraries such as uClibc and dietlibc can also help. --- Libtommath has its own default CFLAGS to improve speed. You can use -./configure LTM_CFLAGS=-O2 +./configure LTM_CFLAGS=-Os to reduce size at the expense of speed. If you have any queries, mail me and I'll see if I can help.