build without debug symbols

This commit is contained in:
R4SAS 2020-10-13 10:30:32 +03:00 committed by GitHub
parent 8f5a81cdd8
commit 52b24b0da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ install:
build_script: build_script:
- echo MSYSTEM = %MSYSTEM%, bitness = %MSYS_BITNESS% - echo MSYSTEM = %MSYSTEM%, bitness = %MSYS_BITNESS%
- c:\msys64\usr\bin\bash -lc "make USE_UPNP=yes -j3" - c:\msys64\usr\bin\bash -lc "make USE_UPNP=yes DEBUG=no -j3"
- 7z a -tzip -mx9 -mmt i2pd-mingw-win%MSYS_BITNESS%.zip i2pd.exe - 7z a -tzip -mx9 -mmt i2pd-mingw-win%MSYS_BITNESS%.zip i2pd.exe
after_build: after_build: