tools/rp2040: Compile with C++14

This commit is contained in:
Aaron Rumpler 2021-12-01 19:35:05 +13:00 committed by Xiang Xiao
parent b9345c64c8
commit 422b596987
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ default: elf2uf2
# Add CFLAGS=-g on the make command line to build debug versions
CFLAGS = -O2
CFLAGS = -O2 -std=c++14
CFLAGS += -I$(PICO_SDK_PATH)/src/common/boot_uf2/include
elf2uf2: $(PICO_SDK_PATH)/tools/elf2uf2/main.cpp