Skip to content

Commit

Permalink
Revert "run melt with -verbose only in debug build"
Browse files Browse the repository at this point in the history
This reverts commit d4420e5.
  • Loading branch information
ddennedy committed Aug 26, 2024
1 parent bc4e627 commit 08d3148
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/jobs/meltjob.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2024 Meltytech, LLC
* Copyright (c) 2012-2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -104,9 +104,7 @@ void MeltJob::start()
#endif
setReadChannel(QProcess::StandardError);
QStringList args;
#ifndef NDEBUG
args << "-verbose";
#endif
args << "-progress2";
args << "-abort";
if (m_args.size() > 0) {
Expand Down

0 comments on commit 08d3148

Please sign in to comment.