Update Makefile

This commit is contained in:
Lyon 2021-10-13 00:23:29 +08:00 committed by GitHub
parent 704262cf87
commit e3a4cb5433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ TARGET = stm32g030c8
# debug build?
DEBUG = 1
# optimization
OPT = -Og
OPT = -Os
#######################################