diff options
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 ^ |