mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-19 00:11:42 +02:00
appveyor: Remove unused NDEBUG removal
This commit is contained in:
parent
8a1f0a38d4
commit
3ec56bea0d
@ -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…
x
Reference in New Issue
Block a user