Don't build zstd release binary with debug symbols
This commit is contained in:
parent
0181fef545
commit
e128ac096f
@ -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 * &&
|
||||
|
Loading…
Reference in New Issue
Block a user