From 52b24b0da08c681b61601e710f241349124d4940 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 13 Oct 2020 10:30:32 +0300 Subject: [PATCH] build without debug symbols --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fbc81a28..c00ce14a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: