no longer specify -DLUAJIT_USE_VALGRIND when --with-debug is specified. also upgraded lua-resty-* to their latest versions.

This commit is contained in:
agentzh (章亦春)
2012-02-29 15:16:10 +08:00
parent f459d71013
commit ec23d93c0d
3 changed files with 183 additions and 183 deletions

4
util/configure vendored
View File

@ -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) {