RSA can be a bit faster with -O3 (no -Os)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user