summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-12-23 22:18:05 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-12-23 22:29:33 +0300
commit34681fd41557458bc5496f98069af8638a26bb41 (patch)
tree843e4ba30a5b6513903ce4b8903ea788ce99c541
parent0dd08f348e6d1d9e24eacc14a563b93a510f3e11 (diff)
downloadbdwgc-34681fd41557458bc5496f98069af8638a26bb41.tar.gz
AppVeyor CI: Do not define GC_NO_INLINE_STD_NEW for MSVC builds
Non-inline system-wide new and delete operators do not work reliably because of arbitrary symbols ordering by MS linker.
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 89f5577d..71e9fb33 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,7 +13,7 @@ environment:
- TARGET: cmake
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Denable_gc_debug=ON -Denable_threads=OFF
- TARGET: cmake
- CFLAGS_EXTRA: -DGC_NO_INLINE_STD_NEW -DNO_MSGBOX_ON_ERROR -DNO_MPROTECT_VDB
+ CFLAGS_EXTRA: -DNO_MSGBOX_ON_ERROR -DNO_MPROTECT_VDB
CMAKE_CONFIG: Release
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON -Ddisable_gc_debug=ON
- TARGET: cmake