parser.addOption("library","l",libName,"name of the library to be created");
parser.addOption("anyarch","a",OptionType::FILENAME,false,"file name of the library to be used for any architectures (kind of security if the other architectures are not found)");
parser.addOption("sse","b",OptionType::FILENAME,false,"file name of the library to be used for sse architecture");
parser.addOption("sse2","c",OptionType::FILENAME,false,"file name of the library to be used for sse2 architecture");
parser.addOption("ssse3","d",OptionType::FILENAME,false,"file name of the library to be used for ssse3 architecture");
parser.addOption("sse4.1","e",OptionType::FILENAME,false,"file name of the library to be used for sse4.1 architecture");
parser.addOption("sse4.2","f",OptionType::FILENAME,false,"file name of the library to be used for sse4.2 architecture");
parser.addOption("avx","g",OptionType::FILENAME,false,"file name of the library to be used for avx architecture");
parser.addOption("avx2","j",OptionType::FILENAME,false,"file name of the library to be used for avx2 architecture");
parser.addOption("avx512f","k",OptionType::FILENAME,false,"file name of the library to be used for avx512f architecture");
parser.addOption("avx512wb","m",OptionType::FILENAME,false,"file name of the library to be used for avx512wb architecture");
parser.addOption("libdir","d",OptionType::DIRECTORY,false,"directory where the sub libraries are installed");
parser.addOption("anyarch","",OptionType::FILENAME,false,"file name of the library to be used for any architectures (kind of security if the other architectures are not found)");
parser.addOption("sse","",OptionType::FILENAME,false,"file name of the library to be used for sse architecture");
parser.addOption("sse2","",OptionType::FILENAME,false,"file name of the library to be used for sse2 architecture");
parser.addOption("ssse3","",OptionType::FILENAME,false,"file name of the library to be used for ssse3 architecture");
parser.addOption("sse4.1","",OptionType::FILENAME,false,"file name of the library to be used for sse4.1 architecture");
parser.addOption("sse4.2","",OptionType::FILENAME,false,"file name of the library to be used for sse4.2 architecture");
parser.addOption("avx","",OptionType::FILENAME,false,"file name of the library to be used for avx architecture");
parser.addOption("avx2","",OptionType::FILENAME,false,"file name of the library to be used for avx2 architecture");
parser.addOption("avx512f","",OptionType::FILENAME,false,"file name of the library to be used for avx512f architecture");
parser.addOption("avx512wb","",OptionType::FILENAME,false,"file name of the library to be used for avx512wb architecture");