RSA can be a bit faster with -O3 (no -Os)

This commit is contained in:
NIIBE Yutaka
2014-12-12 17:20:06 +09:00
parent a695ad03ab
commit 3cca2798b0
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2014-12-12 Niibe Yutaka <gniibe@fsij.org> 2014-12-12 Niibe Yutaka <gniibe@fsij.org>
* src/Makefile.in (build/bignum.o): Specific OPT for this target.
* src/configure (target): Default is FST-01. * src/configure (target): Default is FST-01.
(--with-dfu): FST-01 doesn't have DFU. If set, it must be (--with-dfu): FST-01 doesn't have DFU. If set, it must be
mistake. mistake.

View File

@@ -68,6 +68,8 @@ board.h:
sys.c: board.h sys.c: board.h
build/bignum.o: OPT = -O3 -g
distclean: clean distclean: clean
-rm -f gnuk.ld config.h board.h Makefile \ -rm -f gnuk.ld config.h board.h Makefile \
usb-strings.c.inc usb-vid-pid-ver.c.inc usb-strings.c.inc usb-vid-pid-ver.c.inc