From 537fb82059c7c5a8fc8b34f38db258e4ab1c3c2c Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 15 Aug 2020 19:23:10 -0500 Subject: [PATCH] Additional updates --- src/raspberrypi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/Makefile b/src/raspberrypi/Makefile index d27e816..83d5016 100644 --- a/src/raspberrypi/Makefile +++ b/src/raspberrypi/Makefile @@ -16,7 +16,7 @@ else BUILD_TYPE = Release endif CFLAGS += -Idisks -Icontrollers -I. -CXXFLAGS += -Idisks -Icontrollers -I. +CXXFLAGS += -Idisks -Icontrollers -I. -std=c++14 # If its not specified, build for STANDARD configuration CONNECT_TYPE ?= STANDARD