gpt4 book ai didi

c++ - 没有设置 CONFIG += console 时,qDebug 会耗费时间吗?

转载 作者:行者123 更新时间:2023-11-30 03:53:07 26 4
gpt4 key购买 nike

qDebug() 在控制台打印出文本消息,据我所知打印出文本消息是昂贵的。但是,如果我不设置 CONFIG += console,它仍然会花费时间吗?不然我还得手写一个一个评论?

最佳答案

来自 Qt documentation :

This function does nothing if QT_NO_DEBUG_OUTPUT was defined during compilation.

因此,如果您想在发布版本中禁用 qDebug(),您可以将下一行添加到您的 .pro 文件(取自 here):

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT

另见 this问题。

关于c++ - 没有设置 CONFIG += console 时,qDebug 会耗费时间吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30277874/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com