mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Rework debug flags in settings
This commit is contained in:
@@ -244,7 +244,6 @@ int main(int argc, char** argv) {
|
||||
("help,h", "display usage information")
|
||||
("version", "display version information")
|
||||
("verbose,v", po::value(&vcounter)->zero_tokens(), "more verbose log messages. Use twice (-vv) for debugging level.")
|
||||
("debug,d", "write boolean operands to file in current directory for debugging purposes")
|
||||
("quiet,q", "less status and progress output")
|
||||
#ifdef WITH_HDF5
|
||||
("cache", "cache geometry creation. Use --cache-file to specify cache file path.")
|
||||
|
||||
Reference in New Issue
Block a user