appveyor: Remove unused NDEBUG removal
This commit is contained in:
parent
8a1f0a38d4
commit
3ec56bea0d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue