From c0155a82d76f8dd99756e356137b2f8f5f2d7835 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 6 Oct 2020 21:39:09 +0300 Subject: [PATCH] exclude debug symbols at build --- website.i2pd.i2pd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website.i2pd.i2pd.json b/website.i2pd.i2pd.json index 1226ce9..ef0344d 100644 --- a/website.i2pd.i2pd.json +++ b/website.i2pd.i2pd.json @@ -48,7 +48,7 @@ "name": "i2pd", "buildsystem": "qmake", "subdir": "qt/i2pd_qt", - "make-args": ["USE_UPNP=yes"], + "make-args": ["USE_UPNP=yes", "DEBUG=no"], "config-opts": ["QMAKE_LIBDIR=/app/lib"], "no-make-install": true, "sources": [