diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-09 09:51:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-09 09:51:44 +0200 |
commit | b3baa94eb11ac42bc0f23f1b0966d9cbc0e71601 (patch) | |
tree | 1491e9f3e6d87978ccfa405b6e0f0e2ac35eb444 | |
parent | c1757cb61f852e6f304155bf03dea14381522464 (diff) |
Mention hermetic build configuration support in introduction
-rw-r--r-- | doc/intro.cli | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index b59dd6d..006d603 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -395,7 +395,15 @@ an absolute path to \c{cl.exe} that you wish to use. For example: ... \ -| +In case of the command prompt, you may also want to make your configuration +\i{hermetic} (\l{b#module-config-hermetic Hermetic Build Configurations}): + +\ +> bdep init -C ... cc ... config.config.hermetic=true +\ + +Hermetically configuring our project in a suitable Visual Studio command +prompt makes us free to build it from any other prompt or shell, IDE, etc.| \N|Besides the \c{coptions} (compile options) and \c{loptions} (link options), other commonly used \c{cc} module configuration variables are \c{poptions} |