Debug messages Medicine #345
lifof
started this conversation in
Show and tell
Replies: 1 comment
-
Yes i Guess it perfect!
Il sab 5 giu 2021, 18:18 lifof ***@***.***> ha scritto:
… Finally found it 😄
add this piece of code after the includes in bluetooth.h and remove the
debug config from the project file add optimize_full and ltcg and build in
release mode.
// DONE: Eureka found a solution for the debug messages only problem is how make them sustain this state
// NOTE: Needs testing
#undef QT_MESSAGELOG_FILE
#undef QT_MESSAGELOG_LINE
#undef QT_MESSAGELOG_FUNC
#define QT_MESSAGELOG_FILE static_cast<const char *>(__FILE__)
#define QT_MESSAGELOG_LINE __LINE__
#define QT_MESSAGELOG_FUNC static_cast<const char *>(Q_FUNC_INFO)
Tell me if you're satisfied with the results to include this in the
project.
Have great day 👍
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#345>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWGL2KX6RRY4QEX7IOLTRJE3VANCNFSM46EXKBPQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Finally found it 😄
add this piece of code after the includes in bluetooth.h and remove the debug config from the project file add optimize_full and ltcg and build in release mode.use the Fifth wave of code chages commit instead
Tell me if you're satisfied with the results to include this in the project.
Have great day 👍
Beta Was this translation helpful? Give feedback.
All reactions