From: Ivan Maidanski Date: Mon, 14 Jan 2019 22:01:38 +0000 (+0300) Subject: Appveyor CI: Test MinGW with -D WINXP_USE_PERF_COUNTER X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45f6872e8660951249da418395981e58c232076c;p=gc Appveyor CI: Test MinGW with -D WINXP_USE_PERF_COUNTER --- diff --git a/appveyor.yml b/appveyor.yml index 17aa4489..6b5d09ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ environment: - TARGET: mingw CFLAGS_EXTRA: -Werror -Wall -Wextra -Wpedantic -D GC_THREADS -D THREAD_LOCAL_ALLOC -D PARALLEL_MARK -D GC_ASSERTIONS -D EMPTY_GETENV_RESULTS -D GC_GCJ_SUPPORT -D USE_MUNMAP -D LARGE_CONFIG - TARGET: mingw - CFLAGS_EXTRA: -Werror -Wall -Wextra -Wpedantic -O3 -march=native -D GC_THREADS -D GC_GCJ_SUPPORT + CFLAGS_EXTRA: -Werror -Wall -Wextra -Wpedantic -O3 -march=native -D GC_THREADS -D GC_GCJ_SUPPORT -D WINXP_USE_PERF_COUNTER - TARGET: mingw-shared-no-make CFLAGS_EXTRA: -Werror -Wall -Wextra -Wpedantic -D GC_THREADS -D GC_ASSERTIONS -DENABLE_DISCLAIM -D GC_GCJ_SUPPORT -D GC_CALL=__stdcall -D GC_CALLBACK=__fastcall - TARGET: mingw-w64