Update NEWS and code for removal of -O cmd-line option

This commit is contained in:
Daniel Thayer 2015-04-28 16:33:33 -05:00
parent 501dc821bf
commit 1508b00489
2 changed files with 3 additions and 1 deletions

2
NEWS
View file

@ -225,6 +225,8 @@ Changed Functionality
- 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
connection record. Likewise, the functions append_addl() and
append_addl_marker() have been removed.

View file

@ -547,7 +547,7 @@ int main(int argc, char** argv)
opterr = 0;
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));
#ifdef USE_PERFTOOLS_DEBUG