mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
remove -O add-C++ and -O update-C++ options
This commit is contained in:
parent
e1a760e674
commit
bb618bae30
3 changed files with 1 additions and 38 deletions
|
@ -96,18 +96,6 @@ struct AnalyOpt
|
|||
// of the corresponding script, and not activated by default).
|
||||
bool gen_standalone_CPP = false;
|
||||
|
||||
// If true, generate C++ for those script bodies that don't already
|
||||
// have generated code, in a form that enables later compiles to
|
||||
// take advantage of the newly-added elements. Only use for generating
|
||||
// a zeek that will always include the associated scripts.
|
||||
bool update_CPP = false;
|
||||
|
||||
// If true, generate C++ for those script bodies that don't already
|
||||
// have generated code. The added C++ is not made available for
|
||||
// later generated code, and will work for a generated zeek that
|
||||
// runs without including the associated scripts.
|
||||
bool add_CPP = false;
|
||||
|
||||
// If true, use C++ bodies if available.
|
||||
bool use_CPP = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue