build: fixed flymaple build with functors

This commit is contained in:
Andrew Tridgell 2015-05-26 19:47:19 +10:00
parent c7044c4f91
commit 544eb8ea3f

View File

@ -39,7 +39,7 @@ WARNFLAGS += -Wwrite-strings -Wformat=2
WARNFLAGSCXX = -Wno-reorder
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
ASOPTS = -x assembler-with-cpp