diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-08-12 23:00:42 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-08-12 23:00:42 +0530 |
| commit | b4f80a1b658e2cdb67e4e02456e477e08d93f959 (patch) | |
| tree | 569154f65400a944bff278703d3ae9cb4fa7d51e /arduino-mk-vars.md | |
| parent | bb7fc9ad3bb7ede31be75299665453b316e091ac (diff) | |
| parent | a5b84b1722c04e38aeafd70bbfbad0d538bb4979 (diff) | |
Merge pull request #233 from WeAreLeka/std-flags
Using CFLAGS_STD and CPPFLAGS_STD
Diffstat (limited to 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 18 |
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:** |
