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 3232 - name : autogen.sh
3333 run : ./autogen.sh
3434 - name : configure ${{ matrix.configure.label }}
35- run : ./configure ${{ matrix.configure.opt }}
35+ run : ./configure --enable-assertions ${{ matrix.configure.opt }}
3636 - uses : ammaraskar/gcc-problem-matcher@master
3737 - name : make
3838 run : make -j `nproc`
Original file line number Diff line number Diff line change 843843 EXTRA_CFLAGS="-O2 -g -Wall $strict_compile"
844844 fi
845845fi
846- EXTRA_CFLAGS="$EXTRA_CFLAGS"
847846
848847MODSEC_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"
849848
You can’t perform that action at this time.
0 commit comments