mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
c99
This commit is contained in:
@@ -44,7 +44,7 @@ OCD = sudo ~/openocd-git/openocd/src/openocd \
|
||||
|
||||
# INCLUDES = -I$(SRCDIR) $(LIBINC)
|
||||
INCLUDES = $(LIBINC)
|
||||
CFLAGS = $(CPU) $(CMSIS_OPT) $(OTHER_OPT) -Wall -fno-common -fno-strict-aliasing -O2 $(INCLUDES) -g -Wfatal-errors -g
|
||||
CFLAGS = $(CPU) $(CMSIS_OPT) $(OTHER_OPT) -Wall -fno-common -fno-strict-aliasing -O2 $(INCLUDES) -g -Wfatal-errors -g -std=c99
|
||||
ASFLAGS = $(CFLAGS) -x assembler-with-cpp
|
||||
LDFLAGS = -Wl,--gc-sections,-Map=$*.map,-cref -T $(LDSCRIPT) $(CPU)
|
||||
ARFLAGS = cr
|
||||
|
||||
Reference in New Issue
Block a user