allow build with gcc 4.9.x
@ -15,7 +15,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -fno-rtti
USE_CPPOPT = -fno-rtti -std=gnu++11
endif
# Enable this if you want the linker to remove unused code and data