deploy-20250820-3 #1

Merged
gh0s7 merged 352 commits from deploy-20250820-3 into master 2025-08-20 21:20:33 +08:00
Showing only changes of commit 17e5875c10 - Show all commits

View File

@@ -70,6 +70,9 @@ void parseArgs(int argc, char **argv) {
if (optLevel < 0) {
cerr << "Error: Optimization level must be non-negative." << endl;
usage(EXIT_FAILURE);
} else if (optLevel == 1) {
cerr << "debugging, exit..." << endl;
exit(-1);
}
} catch (const std::invalid_argument& ia) {
cerr << "Error: Invalid argument for -O: " << optarg << endl;