mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Update NEWS and code for removal of -O cmd-line option
This commit is contained in:
parent
501dc821bf
commit
1508b00489
2 changed files with 3 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -225,6 +225,8 @@ Changed Functionality
|
||||||
|
|
||||||
- The -L/--rule-benchmark command-line option has been removed.
|
- The -L/--rule-benchmark command-line option has been removed.
|
||||||
|
|
||||||
|
- The -O/--optimize command-line option has been removed.
|
||||||
|
|
||||||
- The deprecated fields "hot" and "addl" have been removed from the
|
- The deprecated fields "hot" and "addl" have been removed from the
|
||||||
connection record. Likewise, the functions append_addl() and
|
connection record. Likewise, the functions append_addl() and
|
||||||
append_addl_marker() have been removed.
|
append_addl_marker() have been removed.
|
||||||
|
|
|
@ -547,7 +547,7 @@ int main(int argc, char** argv)
|
||||||
opterr = 0;
|
opterr = 0;
|
||||||
|
|
||||||
char opts[256];
|
char opts[256];
|
||||||
safe_strncpy(opts, "B:e:f:I:i:J:K:n:p:R:r:s:T:t:U:w:x:X:z:CFGNOPSWabdghvQ",
|
safe_strncpy(opts, "B:e:f:I:i:J:K:n:p:R:r:s:T:t:U:w:x:X:z:CFGNPSWabdghvQ",
|
||||||
sizeof(opts));
|
sizeof(opts));
|
||||||
|
|
||||||
#ifdef USE_PERFTOOLS_DEBUG
|
#ifdef USE_PERFTOOLS_DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue