stm32-f4discovery-cc256x: use -Os

This commit is contained in:
Matthias Ringwald 2019-03-29 18:08:25 +01:00
parent f9563b8923
commit 69f977f3f4

View File

@ -22,7 +22,7 @@ TARGET = stm32f4-discovery-cc256x
# debug build?
DEBUG = 1
# optimization
OPT = -O2
OPT = -Os
#######################################