Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
feat: buid in release with -03
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorBel committed Apr 28, 2021
1 parent 2b3e8d0 commit b7ddc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bldc-sensored/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OBJCOPY = arm-none-eabi-objcopy
ST_FLASH ?= st-flash

# specify compiler flags
CFLAGS = -DDEBUG -g -Wall -O
CFLAGS = -Wall -O3
CFLAGS += -Tstm32_flash.ld
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m3 -mthumb-interwork
CFLAGS += -mfloat-abi=soft -mfpu=fpv4-sp-d16
Expand Down

0 comments on commit b7ddc2e

Please sign in to comment.