From 29fda3272c2f5b17ce042db7d82b984d8a79f8e0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Jun 2017 20:01:32 +0300 Subject: [PATCH] Remove diagnostic options from appveyor.yml --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 96878e3..829bc5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,6 +66,4 @@ build: off test_script: - PATH=%ADDPATH%%PATH% - - PATH - - ECHO b2 libs/system/test toolset=%TOOLSET% %CXXFLAGS% - - b2 --debug-configuration libs/system/test toolset=%TOOLSET% %CXXFLAGS% + - b2 libs/system/test toolset=%TOOLSET% %CXXFLAGS%