Skip to content

Commit dd400f7

Browse files
author
Marc Stern
committed
Added --enable-assertions in CI
Removed useless line
1 parent 4961f46 commit dd400f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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`

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@ else
843843
EXTRA_CFLAGS="-O2 -g -Wall $strict_compile"
844844
fi
845845
fi
846-
EXTRA_CFLAGS="$EXTRA_CFLAGS"
847846

848847
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"
849848

0 commit comments

Comments
 (0)