[deploy]部署版本20250820
This commit is contained in:
@ -70,9 +70,6 @@ void parseArgs(int argc, char **argv) {
|
|||||||
if (optLevel < 0) {
|
if (optLevel < 0) {
|
||||||
cerr << "Error: Optimization level must be non-negative." << endl;
|
cerr << "Error: Optimization level must be non-negative." << endl;
|
||||||
usage(EXIT_FAILURE);
|
usage(EXIT_FAILURE);
|
||||||
} else if (optLevel == 1) {
|
|
||||||
cerr << "debugging, set optLevel to 0..." << endl;
|
|
||||||
optLevel = 0;
|
|
||||||
}
|
}
|
||||||
} catch (const std::invalid_argument& ia) {
|
} catch (const std::invalid_argument& ia) {
|
||||||
cerr << "Error: Invalid argument for -O: " << optarg << endl;
|
cerr << "Error: Invalid argument for -O: " << optarg << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user