mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Adjusted flags
This commit is contained in:
parent
8442a9ceea
commit
862df691ce
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
@flags = ("NO_SSI", "NO_SSL", "NDEBUG", "DEBUG", "NO_CGI");
|
||||
@flags = ("NO_POPEN", "NO_SSL", "NDEBUG", "DEBUG", "NO_CGI");
|
||||
my $num_flags = @flags;
|
||||
|
||||
sub fail {
|
||||
|
Loading…
Reference in New Issue
Block a user