From cd63f77d8219205a1f6e559be359f7190cabfcc9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Sep 2023 07:02:46 +0200 Subject: Use /DEBUG:FULL instead of just /DEBUG in introduction --- doc/intro.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/intro.cli') 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 ^ -- cgit v1.1