From: Ivan Maidanski Date: Tue, 15 Oct 2019 07:24:52 +0000 (+0300) Subject: AppVeyor CI: Test MS VC build with -D GC_NO_INLINE_STD_NEW X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6d93860a38275f4251929d3da7361b5e1419655;p=gc AppVeyor CI: Test MS VC build with -D GC_NO_INLINE_STD_NEW --- diff --git a/appveyor.yml b/appveyor.yml index 05a503f4..e645fc1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: CMAKE_CONFIG: Debug CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Werror=deprecated - TARGET: cmake - CFLAGS_EXTRA: -DNO_MSGBOX_ON_ERROR + CFLAGS_EXTRA: -DGC_NO_INLINE_STD_NEW -DNO_MSGBOX_ON_ERROR CMAKE_CONFIG: Release CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON - TARGET: cmake