Skip to content

Commit

Permalink
Reduce optimization level for better BLE stability
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Jun 27, 2024
1 parent f883645 commit 4f957b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ LIBS += AmbiqSDK/mcu/$(PART)/hal/mcu/gcc/bin/libam_hal.a

CFLAGS = -mthumb -mcpu=$(CPU) -mfpu=$(FPU) -mfloat-abi=$(FABI)
CFLAGS+= -ffunction-sections -fdata-sections -fomit-frame-pointer
CFLAGS+= -MMD -MP -std=c99 -Wall -O3
CFLAGS+= -MMD -MP -std=c99 -Wall -O0
CFLAGS+= $(DEFINES)
CFLAGS+= $(INCLUDES)

Expand Down

0 comments on commit 4f957b6

Please sign in to comment.