diff gen/cl_options.cpp @ 1067:7ce8355fbcc6

Improved template emission control for singleobj building.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:21:56 +0100
parents d1ec9ff0e9ba
children e40c65bd8c5d
line wrap: on
line diff
--- a/gen/cl_options.cpp	Sun Mar 08 16:21:11 2009 +0100
+++ b/gen/cl_options.cpp	Sun Mar 08 16:21:56 2009 +0100
@@ -326,6 +326,11 @@
     cl::ValueDisallowed);
 
 
+cl::opt<bool> singleObj("singleobj",
+    cl::desc("Create only a single output object file"),
+    cl::ZeroOrMore);
+
+
 static cl::extrahelp footer("\n"
 "-d-debug can also be specified without options, in which case it enables all\n"
 "debug checks (i.e. (asserts, boundchecks, contracts and invariants) as well\n"