mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
added ZEEK_REPORT_UNCOMPILABLE environment variable for "-O report-uncompilable"
This commit is contained in:
parent
148673a5c1
commit
c173cfdbe7
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ static void init_options()
|
||||||
check_env_opt("ZEEK_XFORM", analysis_options.activate);
|
check_env_opt("ZEEK_XFORM", analysis_options.activate);
|
||||||
check_env_opt("ZEEK_ZAM", analysis_options.gen_ZAM);
|
check_env_opt("ZEEK_ZAM", analysis_options.gen_ZAM);
|
||||||
check_env_opt("ZEEK_COMPILE_ALL", analysis_options.compile_all);
|
check_env_opt("ZEEK_COMPILE_ALL", analysis_options.compile_all);
|
||||||
|
check_env_opt("ZEEK_REPORT_UNCOMPILABLE", analysis_options.report_uncompilable);
|
||||||
check_env_opt("ZEEK_ZAM_CODE", analysis_options.gen_ZAM_code);
|
check_env_opt("ZEEK_ZAM_CODE", analysis_options.gen_ZAM_code);
|
||||||
check_env_opt("ZEEK_NO_ZAM_OPT", analysis_options.no_ZAM_opt);
|
check_env_opt("ZEEK_NO_ZAM_OPT", analysis_options.no_ZAM_opt);
|
||||||
check_env_opt("ZEEK_DUMP_ZAM", analysis_options.dump_ZAM);
|
check_env_opt("ZEEK_DUMP_ZAM", analysis_options.dump_ZAM);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue