Skip to content

Commit

Permalink
Fix typo for LTM_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Nov 14, 2022
1 parent 5a3bc9f commit e360dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e360dff

Please sign in to comment.