diff --git a/appveyor.yml b/appveyor.yml
index f7681b5c..7fdeb8a5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -36,7 +36,7 @@ build_script:
     - echo %INSTVERSION%
     - echo %DIST%
     - echo %DATE%
-    - cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DWINDOWS_DEBUG=ON
+    - cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DWINDOWS_DEBUG=OFF
     - cmake --build build --config Release
 
 after_build: