fix debuglog ref in test driver + std=c++11
This commit is contained in:
parent
c1fad4afc7
commit
d8f4500f90
@ -1165,8 +1165,6 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
b1: argc--; argv++;
|
b1: argc--; argv++;
|
||||||
}
|
}
|
||||||
DebugLog::getdbl()->setloglevel(DEBDEB1);
|
|
||||||
DebugLog::setfilename("stderr");
|
|
||||||
|
|
||||||
TextSplit::Flags flags = TextSplit::TXTS_NONE;
|
TextSplit::Flags flags = TextSplit::TXTS_NONE;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
ALL_CXXFLAGS = \
|
ALL_CXXFLAGS = -std=c++11 \
|
||||||
-I../aspell \
|
-I../aspell \
|
||||||
-I../bincimapmime \
|
-I../bincimapmime \
|
||||||
-I../common \
|
-I../common \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user