]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Don't build zstd release binary with debug symbols
authorSean Purcell <me@seanp.xyz>
Thu, 6 Apr 2017 17:15:32 +0000 (10:15 -0700)
committerSean Purcell <me@seanp.xyz>
Thu, 6 Apr 2017 17:15:32 +0000 (10:15 -0700)
appveyor.yml

index 81f76926e10fcaf1b7eb8b3e3e3b1721a0c4c64a..5f0b82e80038699b2ef29e806472f82555f86746 100644 (file)
@@ -88,6 +88,8 @@
       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] COPY programs\zstd.exe zstd_%PLATFORM%.exe && appveyor PushArtifact zstd_%PLATFORM%.exe ) &&
       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
           lib\dll\example\build_package.bat &&
+          make -C programs DEBUGFLAGS= clean zstd &&
+          cp programs\zstd.exe bin\zstd.exe &&
           make -C programs DEBUGFLAGS= clean zstdmt &&
           cp programs\zstd.exe bin\zstdmt.exe &&
           cd bin\ && 7z a -tzip zstd-win-release-%PLATFORM%.zip * &&