]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
blind attempt at removing gcc dependency
authorYann Collet <cyan@fb.com>
Thu, 31 Aug 2017 22:24:17 +0000 (15:24 -0700)
committerYann Collet <cyan@fb.com>
Thu, 31 Aug 2017 22:24:17 +0000 (15:24 -0700)
from appveyor's mingw builds, for #815

appveyor.yml

index 1815563e7f5d4db0aebac92b1881d2e721ef87a3..99fa834b4aeb0a02296211e64a7c0dd0119c327d 100644 (file)
@@ -9,13 +9,13 @@
     - COMPILER: "gcc"
       HOST:     "mingw"
       PLATFORM: "x64"
-      SCRIPT:   "make allarch && make -C tests test-symbols fullbench-dll fullbench-lib"
+      SCRIPT:   "make allarch MOREFLAGS=-static && make -C tests test-symbols fullbench-dll fullbench-lib"
       ARTIFACT: "true"
       BUILD:    "true"
     - COMPILER: "gcc"
       HOST:     "mingw"
       PLATFORM: "x86"
-      SCRIPT:   "make allarch"
+      SCRIPT:   "make allarch MOREFLAGS=-static"
       ARTIFACT: "true"
       BUILD:    "true"
     - COMPILER: "clang"