remove debug info
This commit is contained in:
parent
c77a25f109
commit
1c8ba68b78
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue