1
0
Fork 0

Fix ChibiOS FPU build logic (#9132)

This commit is contained in:
Joel Challis 2020-05-20 16:28:39 +01:00 committed by GitHub
parent 3ad2be52a7
commit b0c780ed32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 17 deletions

View file

@ -46,7 +46,7 @@ FORMAT = ihex
# Optimization level, can be [0, 1, 2, 3, s].
# 0 = turn off optimization. s = optimize for size.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
OPT = s
OPT ?= s
# Compiler flag to set the C Standard level.
# c89 = "ANSI" C