From 08f9cd67be90b5ddb331eebd26d1f366a003eba5 Mon Sep 17 00:00:00 2001 From: Lixuanwang Date: Wed, 20 Aug 2025 10:54:36 +0800 Subject: [PATCH] =?UTF-8?q?[deploy]=E5=90=AF=E7=94=A8-O1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sysyc.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sysyc.cpp b/src/sysyc.cpp index 129eae5..499a641 100644 --- a/src/sysyc.cpp +++ b/src/sysyc.cpp @@ -70,10 +70,11 @@ void parseArgs(int argc, char **argv) { if (optLevel < 0) { cerr << "Error: Optimization level must be non-negative." << endl; usage(EXIT_FAILURE); - } else if (optLevel > 0) { - cerr << "Debugging, set optLevel to 0...\n"; - optLevel = 0; } + // else if (optLevel > 0) { + // cerr << "Debugging, set optLevel to 0...\n"; + // optLevel = 0; + // } } catch (const std::invalid_argument& ia) { cerr << "Error: Invalid argument for -O: " << optarg << endl; usage(EXIT_FAILURE);