mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-01 08:29:07 +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} = ${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
|
||||
|
Loading…
x
Reference in New Issue
Block a user