Skip to content

Commit 9e0a749

Browse files
author
Martin Klang
committed
set -std=gnu++14
1 parent 98ee10f commit 9e0a749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ INC_FLAGS += -I$(USB_DEVICE_FILE)/Core/inc -I$(USB_DEVICE_FILE)/Class/cdc/inc
3333
INC_FLAGS += -I$(USB_OTG_FILE)/inc
3434
CPPFLAGS += $(ARCH_FLAGS) $(INC_FLAGS) $(DEF_FLAGS)
3535
CFLAGS += -std=gnu11
36-
CXXFLAGS += -std=gnu++11
36+
CXXFLAGS += -std=gnu++14
3737
LDFLAGS += -T$(LDSCRIPT) $(ARCH_FLAGS)
3838

3939
# compile and generate dependency info

0 commit comments

Comments
 (0)