mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-08 18:33:03 +02:00
appveyor: Remove unused NDEBUG removal
This commit is contained in:
@@ -28,7 +28,6 @@ before_build:
|
||||
${content} = (Get-Content ${files}[${i}]);
|
||||
${content} = ${content}.Replace("</RuntimeLibrary>", "</RuntimeLibrary><DebugInformationFormat>None</DebugInformationFormat>");
|
||||
${content} = ${content}.Replace("<WholeProgramOptimization>true", "<WholeProgramOptimization>false");
|
||||
${content} = ${content}.Replace("NDEBUG;", "");
|
||||
Set-Content ${files}[${i}] ${content};
|
||||
}
|
||||
- ps: Start-Process clcache-server
|
||||
|
Reference in New Issue
Block a user