From 02441ff537261eb0abfc97d92000f3566267e5ce Mon Sep 17 00:00:00 2001 From: Nate Weibley Date: Fri, 27 Jan 2017 11:35:12 -0500 Subject: [PATCH] Enable source context in log messages for release builds --- QGCCommon.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QGCCommon.pri b/QGCCommon.pri index 2fb1d8016..de0c51665 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -221,7 +221,7 @@ WindowsBuild { # ReleaseBuild { - DEFINES += QT_NO_DEBUG + DEFINES += QT_NO_DEBUG QT_MESSAGELOGCONTEXT CONFIG += force_debug_info # Enable debugging symbols on release builds !iOSBuild { CONFIG += ltcg # Turn on link time code generation -- 2.22.0