1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

add CFLAGS optimizations

This commit is contained in:
Pavol Rusnak 2014-06-19 02:16:28 +02:00
parent 92b6b8caf1
commit e3d7687b7d

View File

@ -33,6 +33,8 @@ CFLAGS += $(OPTFLAGS) \
-fno-common \
-fno-exceptions \
-fvisibility=internal \
-ffunction-sections \
-fdata-sections \
-mcpu=cortex-m3 \
-mthumb \
-msoft-float \