summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-11-14 10:55:44 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-11-14 10:55:44 +0800
commite360dffff25446d5c34bc18771667ca1d895b1e4 (patch)
tree48b41583f0f807e5a0ef253a27e4aa312e1d56b4
parent5a3bc9fa9c8a748b25c4bdf93529413dc862aba4 (diff)
downloaddropbear-e360dffff25446d5c34bc18771667ca1d895b1e4.tar.gz
Fix typo for LTM_CFLAGS
-rw-r--r--SMALL2
1 files changed, 1 insertions, 1 deletions
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.