appveyor: Remove unused NDEBUG removal

This commit is contained in:
Chun Kuan Lee 2019-02-17 18:11:17 +08:00
parent 8a1f0a38d4
commit 3ec56bea0d

View file

@ -28,7 +28,6 @@ before_build:
${content} = (Get-Content ${files}[${i}]); ${content} = (Get-Content ${files}[${i}]);
${content} = ${content}.Replace("</RuntimeLibrary>", "</RuntimeLibrary><DebugInformationFormat>None</DebugInformationFormat>"); ${content} = ${content}.Replace("</RuntimeLibrary>", "</RuntimeLibrary><DebugInformationFormat>None</DebugInformationFormat>");
${content} = ${content}.Replace("<WholeProgramOptimization>true", "<WholeProgramOptimization>false"); ${content} = ${content}.Replace("<WholeProgramOptimization>true", "<WholeProgramOptimization>false");
${content} = ${content}.Replace("NDEBUG;", "");
Set-Content ${files}[${i}] ${content}; Set-Content ${files}[${i}] ${content};
} }
- ps: Start-Process clcache-server - ps: Start-Process clcache-server