Skip to content

Commit 4a528df

Browse files
author
Felipe Zimmerle
committed
Enables debug mode during compilation time
1 parent 52963d4 commit 4a528df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/apxs-wrapper.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ for opt in "$@"; do
1212
esac
1313
done
1414

15-
exec @APXS@ -a -c -I @V3INCLUDE@ -L @V3LIB@ -lmodsecurity src/apache_http_modsecurity.c src/msc_config.c src/msc_filters.c
15+
exec @APXS@ -Wc,-fPIC -Wc,-O0 -a -c -I @V3INCLUDE@ -L @V3LIB@ -lmodsecurity src/mod_security3.c src/msc_config.c src/msc_filters.c

0 commit comments

Comments
 (0)