diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-13 07:02:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-09-13 07:02:46 +0200 |
commit | cd63f77d8219205a1f6e559be359f7190cabfcc9 (patch) | |
tree | e3736b7879d8ca5c877201eb4c487334d0f5b393 /doc/intro.cli | |
parent | 613c28fb332c946feb9cbe5d3c9d5272a92ab529 (diff) |
Use /DEBUG:FULL instead of just /DEBUG in introduction
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 922842c..f25c359 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -392,7 +392,7 @@ with Visual Studio, start a command prompt and then run: > bdep init -C ..\hello-debug @debug cc ^ \"config.cxx=cl /MDd\" ^ \"config.cc.coptions=/Od /Zi\" ^ - config.cc.loptions=/DEBUG + config.cc.loptions=/DEBUG:FULL > bdep init -C ..\hello-release @release cc ^ config.cxx=cl ^ |