diff options
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-rw-r--r-- | docs/markdown/Builtin-options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index c8e98dd..a7a6a89 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -220,6 +220,12 @@ Since *0.54.0* The `<lang>_thread_count` option can be used to control the value passed to `-s PTHREAD_POOL_SIZE` when using emcc. No other c/c++ compiler supports this option. +Since *0.63.0* all compiler options can be set per subproject, see +[here](#specifying-options-per-subproject) for details on how the default value +is inherited from main project. This is useful for example when the main project +requires C++11 but a subproject requires C++14. The `cpp_std` value from +subproject's `default_options` is now respected. + ## Specifying options per machine Since *0.51.0*, some options are specified per machine rather than |