This commit is contained in:
kote 2019-09-06 03:21:26 +08:00
parent 2900bc26a5
commit f7a084969a
3 changed files with 13 additions and 7 deletions

View file

@ -6,9 +6,7 @@ TARGET = i2pd_qt
TEMPLATE = app
QMAKE_CXXFLAGS *= -std=c++11 -Wno-unused-parameter -Wno-maybe-uninitialized
# For now, disable UPnP which currently crashes in UPnP::Stop() -- https://github.com/PurpleI2P/i2pd/issues/1387
#DEFINES += USE_UPNP
DEFINES -= USE_UPNP
DEFINES += USE_UPNP
CONFIG(debug, debug|release) {
message(Debug build)