aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-13 07:02:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-09-13 07:02:46 +0200
commitcd63f77d8219205a1f6e559be359f7190cabfcc9 (patch)
treee3736b7879d8ca5c877201eb4c487334d0f5b393 /doc
parent613c28fb332c946feb9cbe5d3c9d5272a92ab529 (diff)
Use /DEBUG:FULL instead of just /DEBUG in introduction
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.cli2
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 ^