Additional updates

This commit is contained in:
Tony
2020-08-15 19:23:10 -05:00
parent 6737ad93f3
commit 537fb82059

View File

@@ -16,7 +16,7 @@ else
BUILD_TYPE = Release BUILD_TYPE = Release
endif endif
CFLAGS += -Idisks -Icontrollers -I. CFLAGS += -Idisks -Icontrollers -I.
CXXFLAGS += -Idisks -Icontrollers -I. CXXFLAGS += -Idisks -Icontrollers -I. -std=c++14
# If its not specified, build for STANDARD configuration # If its not specified, build for STANDARD configuration
CONNECT_TYPE ?= STANDARD CONNECT_TYPE ?= STANDARD