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