mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
build without debug symbols
This commit is contained in:
parent
8f5a81cdd8
commit
52b24b0da0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ install:
|
|||
|
||||
build_script:
|
||||
- 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
|
||||
|
||||
after_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue