mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization
This commit is contained in:
parent
2bde66c9d6
commit
441baaf2c1
16 changed files with 198 additions and 57 deletions
|
@ -394,6 +394,8 @@ when return TOK_WHEN;
|
|||
&broker_allow_complex_type return TOK_ATTR_BROKER_STORE_ALLOW_COMPLEX;
|
||||
&backend return TOK_ATTR_BACKEND;
|
||||
&ordered return TOK_ATTR_ORDERED;
|
||||
&no_ZAM_opt return TOK_ATTR_NO_ZAM_OPT;
|
||||
&no_CPP_opt return TOK_ATTR_NO_CPP_OPT;
|
||||
|
||||
@deprecated.* {
|
||||
auto num_files = file_stack.length();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue