mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 02:13:57 -04:00
build: force signed char
this was the default with the AVR compiler anyway, but this makes it clearer what we assume
This commit is contained in:
parent
d0ae51e92a
commit
197583be9b
@ -263,8 +263,8 @@ WARNFLAGS += -Wwrite-strings -Wformat=2
|
|||||||
WARNFLAGSCXX = -Wno-reorder
|
WARNFLAGSCXX = -Wno-reorder
|
||||||
DEPFLAGS = -MD -MT $@
|
DEPFLAGS = -MD -MT $@
|
||||||
|
|
||||||
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions
|
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
||||||
COPTS = -ffunction-sections -fdata-sections
|
COPTS = -ffunction-sections -fdata-sections -fsigned-char
|
||||||
|
|
||||||
ASOPTS = -x assembler-with-cpp
|
ASOPTS = -x assembler-with-cpp
|
||||||
LISTOPTS = -adhlns=$(@:.o=.lst)
|
LISTOPTS = -adhlns=$(@:.o=.lst)
|
||||||
|
Loading…
Reference in New Issue
Block a user