File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 32
32
- name : autogen.sh
33
33
run : ./autogen.sh
34
34
- name : configure ${{ matrix.configure.label }}
35
- run : ./configure ${{ matrix.configure.opt }}
35
+ run : ./configure --enable-assertions ${{ matrix.configure.opt }}
36
36
- uses : ammaraskar/gcc-problem-matcher@master
37
37
- name : make
38
38
run : make -j `nproc`
Original file line number Diff line number Diff line change 843
843
EXTRA_CFLAGS="-O2 -g -Wall $strict_compile"
844
844
fi
845
845
fi
846
- EXTRA_CFLAGS="$EXTRA_CFLAGS"
847
846
848
847
MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $pcre_jit $request_early $htaccess_config $lua_cache $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api $cpu_type $unique_id $log_filename $log_server $log_collection_delete_problem $log_dechunk $log_stopwatch $log_handler $log_server_context $collection_global_lock $large_stream_input $assertions"
849
848
You can’t perform that action at this time.
0 commit comments