Skip to content

Commit 3ec56be

Browse files
committed
appveyor: Remove unused NDEBUG removal
1 parent 8a1f0a3 commit 3ec56be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ before_build:
2828
${content} = (Get-Content ${files}[${i}]);
2929
${content} = ${content}.Replace("</RuntimeLibrary>", "</RuntimeLibrary><DebugInformationFormat>None</DebugInformationFormat>");
3030
${content} = ${content}.Replace("<WholeProgramOptimization>true", "<WholeProgramOptimization>false");
31-
${content} = ${content}.Replace("NDEBUG;", "");
3231
Set-Content ${files}[${i}] ${content};
3332
}
3433
- ps: Start-Process clcache-server

0 commit comments

Comments
 (0)