[deploy]部署版本20250819-2

This commit is contained in:
Lixuanwang
2025-08-19 14:42:41 +08:00
parent 26427e0986
commit 773a99bef7
5 changed files with 3090 additions and 3 deletions

View File

@@ -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;