aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk-vars.md
diff options
context:
space:
mode:
authorladislas <ladislas@weareleka.com>2014-08-12 18:11:24 +0200
committerladislas <ladislas@weareleka.com>2014-08-12 18:11:24 +0200
commita5b84b1722c04e38aeafd70bbfbad0d538bb4979 (patch)
tree569154f65400a944bff278703d3ae9cb4fa7d51e /arduino-mk-vars.md
parentbb7fc9ad3bb7ede31be75299665453b316e091ac (diff)
create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for CFLAGS and CXXFLAGS
Diffstat (limited to 'arduino-mk-vars.md')
-rw-r--r--arduino-mk-vars.md18
1 files changed, 18 insertions, 0 deletions
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:**