Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deb/openresty-asan/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ override_dh_auto_build:
--with-http_gunzip_module \
--with-http_slice_module \
--with-threads \
--with-file-aio \
--with-poll_module \
--with-compat \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_USE_VALGRIND -O1 -fno-omit-frame-pointer' \
Expand Down
1 change: 1 addition & 0 deletions deb/openresty-debug/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ override_dh_auto_configure:
--with-threads \
--with-poll_module \
--with-compat \
--with-file-aio \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT -O0' \
-j$(NJBS)

Expand Down
1 change: 1 addition & 0 deletions deb/openresty-valgrind/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ override_dh_auto_configure:
--with-http_mp4_module \
--with-http_gunzip_module \
--with-threads \
--with-file-aio \
--with-poll_module \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_USE_VALGRIND -DLUAJIT_USE_SYSMALLOC -O0' \
--with-no-pool-patch \
Expand Down
1 change: 1 addition & 0 deletions deb/openresty/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ override_dh_auto_configure:
--with-http_slice_module \
--with-http_gunzip_module \
--with-threads \
--with-file-aio \
--with-compat \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT' \
-j$(NJBS)
Expand Down
1 change: 1 addition & 0 deletions rpm/SPECS/openresty-asan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export ASAN_OPTIONS=detect_leaks=0
--with-http_mp4_module \
--with-http_gunzip_module \
--with-threads \
--with-file-aio \
--with-http_slice_module \
--with-poll_module \
--with-compat \
Expand Down
1 change: 1 addition & 0 deletions rpm/SPECS/openresty-debug.spec
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ a single box.
--with-http_gunzip_module \
--with-http_slice_module \
--with-threads \
--with-file-aio \
--with-poll_module \
--with-compat \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT -O0' \
Expand Down
1 change: 1 addition & 0 deletions rpm/SPECS/openresty-valgrind.spec
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ a single box.
--with-http_mp4_module \
--with-http_gunzip_module \
--with-threads \
--with-file-aio \
--with-poll_module \
--with-compat \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_USE_VALGRIND -DLUAJIT_USE_SYSMALLOC -O0' \
Expand Down
1 change: 1 addition & 0 deletions rpm/SPECS/openresty.spec
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ This package provides the client side tool, opm, for OpenResty Pakcage Manager (
--with-http_gunzip_module \
--with-http_slice_module \
--with-threads \
--with-file-aio \
--with-compat \
--with-luajit-xcflags='-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT' \
-j`nproc`
Expand Down