[build] add --enable-dev-tools configure flag
This builds tools that I want to keep in the same code base, but not intended for general release.
This commit is contained in:
@@ -17,6 +17,10 @@ thin_provisioning::register_thin_commands(base::application &app)
|
||||
app.add_cmd(command::ptr(new thin_repair_cmd()));
|
||||
app.add_cmd(command::ptr(new thin_rmap_cmd()));
|
||||
app.add_cmd(command::ptr(new thin_trim_cmd()));
|
||||
|
||||
#if DEV_COMMANDS
|
||||
app.add_cmd(command::ptr(new thin_generate_metadata_cmd()));
|
||||
#endif
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user