remove debug info

This commit is contained in:
Roy Qu 2023-01-19 20:08:22 +08:00
parent c77a25f109
commit 1c8ba68b78
1 changed files with 1 additions and 1 deletions

View File

@ -2284,7 +2284,7 @@ QStringList Settings::CompilerSet::defines(bool isCpp) {
}
arguments.append(NULL_FILE);
qDebug()<<arguments;
//qDebug()<<arguments;
QFileInfo ccompiler(mCCompiler);
QByteArray output = getCompilerOutput(ccompiler.absolutePath(),ccompiler.fileName(),arguments);
// 'cpp.exe -dM -E -x c++ -std=c++17 NUL'