mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
build: fixed flymaple build with functors
This commit is contained in:
parent
c7044c4f91
commit
544eb8ea3f
@ -39,7 +39,7 @@ WARNFLAGS += -Wwrite-strings -Wformat=2
|
|||||||
WARNFLAGSCXX = -Wno-reorder
|
WARNFLAGSCXX = -Wno-reorder
|
||||||
DEPFLAGS = -MD -MT $@
|
DEPFLAGS = -MD -MT $@
|
||||||
|
|
||||||
CXXOPTS = -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
CXXOPTS = -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -fsigned-char
|
||||||
COPTS = -ffunction-sections -fdata-sections -fsigned-char
|
COPTS = -ffunction-sections -fdata-sections -fsigned-char
|
||||||
|
|
||||||
ASOPTS = -x assembler-with-cpp
|
ASOPTS = -x assembler-with-cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user