1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 02:58:57 +00:00

add -Os flag to makefile

This commit is contained in:
Pavol Rusnak 2013-08-21 18:20:52 +02:00
parent 1830c2066d
commit 7c13e810fc

View File

@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall
OBJS = aux.o ecdsa.o secp256k1.o sha256.o rand.o
CC = gcc
CFLAGS = -Wall -Os
OBJS = aux.o ecdsa.o secp256k1.o sha256.o rand.o
all: test-speed test-verify