From 054df5ecd27d2d4d1f89f07edb8da5184d5696c0 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 14 May 2021 12:28:42 +0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 810c9ce..cb0e188 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -12,7 +12,7 @@ You can pass `-keepc -cg`, which will generate debugging symbols in your executa You can also set the VFLAGS environment variable to pass one or more flags to v, so that you do not have to type them manually every time. -Windows (cmd): `set VFLAGS=-keepc -g -cc msvc -showcc` +Windows (cmd): `set VFLAGS="-keepc -g -cc msvc -showcc"` Windows (PowerShell): `$env:VFLAGS="-keepc -g -cc msvc -showcc"` Unix (bash): export VFLAGS="-keepc -g -cc gcc -showcc"