mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added some tests for the new option --with-luajit-xcflags.
This commit is contained in:
4
util/configure
vendored
4
util/configure
vendored
@ -517,12 +517,12 @@ _END_
|
||||
if ($opts->{debug}) {
|
||||
$luajit_xcflags .= " -DLUA_USE_APICHECK -DLUA_USE_ASSERT";
|
||||
$luajit_xcflags =~ s/^ +//;
|
||||
$extra_opts = qq{ CCDEBUG=-g Q= XCFLAGS='$luajit_xcflags'};
|
||||
$extra_opts .= qq{ CCDEBUG=-g Q= XCFLAGS='$luajit_xcflags'};
|
||||
|
||||
} else {
|
||||
if ($luajit_xcflags) {
|
||||
$luajit_xcflags =~ s/^ +//;
|
||||
$extra_opts = qq{ CCDEBUG=-g XCFLAGS='$luajit_xcflags'};
|
||||
$extra_opts .= qq{ XCFLAGS='$luajit_xcflags'};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user