mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
no longer specify -DLUAJIT_USE_VALGRIND when --with-debug is specified. also upgraded lua-resty-* to their latest versions.
This commit is contained in:
4
util/configure
vendored
4
util/configure
vendored
@ -510,8 +510,8 @@ _END_
|
||||
my $extra_opts = ' TARGET_STRIP=@:';
|
||||
|
||||
if ($opts->{debug}) {
|
||||
$extra_opts = q{ CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND}
|
||||
.q{ -DLUA_USE_APICHECK -DLUA_USE_ASSERT'};
|
||||
$extra_opts = q{ CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK}
|
||||
.q{ -DLUA_USE_ASSERT'};
|
||||
}
|
||||
|
||||
if ($platform =~ /bsd/i) {
|
||||
|
Reference in New Issue
Block a user