Browse Source

exclude debug symbols at build

pull/10/head
R4SAS 4 years ago committed by GitHub
parent
commit
c0155a82d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website.i2pd.i2pd.json

2
website.i2pd.i2pd.json

@ -48,7 +48,7 @@ @@ -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": [

Loading…
Cancel
Save