From a5b84b1722c04e38aeafd70bbfbad0d538bb4979 Mon Sep 17 00:00:00 2001 From: ladislas Date: Tue, 12 Aug 2014 18:11:24 +0200 Subject: create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for CFLAGS and CXXFLAGS --- arduino-mk-vars.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'arduino-mk-vars.md') diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 28ed27f..c49f4a2 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -798,6 +798,24 @@ Defaults to `-std=gnu99` ---- +### CPPFLAGS_STD + +**Description:** + +Flags to pass to the C compiler. + +Defaults to `-std=c++0x` + +**Example:** + +```Makefile +CPPFLAGS_STD = -std=gnu++14 +``` + +**Requirement:** *Optional* + +---- + ### OVERRIDE_EXECUTABLES **Description:** -- cgit v1.2.3