Skip to content

Commit e360dff

Browse files
committed
Fix typo for LTM_CFLAGS
1 parent 5a3bc9f commit e360dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SMALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Of course using small C libraries such as uClibc and dietlibc can also help.
5050
---
5151

5252
Libtommath has its own default CFLAGS to improve speed. You can use
53-
./configure LTM_CFLAGS=-O2
53+
./configure LTM_CFLAGS=-Os
5454
to reduce size at the expense of speed.
5555

5656
If you have any queries, mail me and I'll see if I can help.

0 commit comments

Comments
 (0)