We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f0a3 commit 3ec56beCopy full SHA for 3ec56be
.appveyor.yml
@@ -28,7 +28,6 @@ before_build:
28
${content} = (Get-Content ${files}[${i}]);
29
${content} = ${content}.Replace("</RuntimeLibrary>", "</RuntimeLibrary><DebugInformationFormat>None</DebugInformationFormat>");
30
${content} = ${content}.Replace("<WholeProgramOptimization>true", "<WholeProgramOptimization>false");
31
- ${content} = ${content}.Replace("NDEBUG;", "");
32
Set-Content ${files}[${i}] ${content};
33
}
34
- ps: Start-Process clcache-server
0 commit comments