1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-04 13:04:13 +00:00

enabled default logging debug option for qt debug builds

This commit is contained in:
kote 2019-08-27 17:51:55 +08:00
parent b5aa67b491
commit 3939ca9eb4

View File

@ -7,6 +7,8 @@ TEMPLATE = app
QMAKE_CXXFLAGS *= -std=c++11 -Wno-unused-parameter -Wno-maybe-uninitialized
DEFINES += USE_UPNP
debug: DEFINES += DEBUG_WITH_DEFAULT_LOGGING
SOURCES += DaemonQT.cpp mainwindow.cpp \
../../libi2pd/api.cpp \
../../libi2pd/Base.cpp \