diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-17 18:11:17 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-17 18:26:49 +0800 |
commit | 3ec56bea0d7b36bef2b6c7095ecd7d9fb43a3631 (patch) | |
tree | e6d988ce7c49e1b5360a531a3323dfb0fcd91661 /.appveyor.yml | |
parent | 8a1f0a38d4a7cef544001e86c569bde747db2ecb (diff) |
appveyor: Remove unused NDEBUG removal
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index bb7c8ab4cb..cb6a920060 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 |