compile gflags correctly, remove google namespace, use gflags instead, port all code using it
This commit is contained in:
@@ -500,7 +500,7 @@ int FapSolverSoft(const std::map<int, FapVariable>& data_variables,
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
google::ParseCommandLineFlags(&argc, &argv, true);
|
||||
gflags::ParseCommandLineFlags(&argc, &argv, true);
|
||||
|
||||
CHECK(!FLAGS_directory.empty()) << "Requires --directory=<directory name>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user