Skip to content

Commit 789595c

Browse files
committed
[BL] Removing useless build parameter
1 parent 23565f3 commit 789595c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bootloaders/zero/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ SIZE=$(ARM_GCC_PATH)size
6767

6868
# -----------------------------------------------------------------------------
6969
# Compiler options
70-
#-w
7170
CFLAGS=-mthumb -mcpu=cortex-m0plus -Wall -c -std=gnu99 -ffunction-sections -fdata-sections -nostdlib -nostartfiles --param max-inline-insns-single=500
7271
ifdef DEBUG
7372
CFLAGS+=-g3 -O1 -DDEBUG=1

0 commit comments

Comments
 (0)