提交 9b771fec 编写于 作者: M Martin Jansa 提交者: Liu Jiaming

scripts/generate_routing_topo_graph.sh: drop -alsologtostderr parameter

* -alsologtostderr is not available since glog was changed to be built without gflags support in:
  https://github.com/ApolloAuto/apollo/commit/0b03b66c838ba878a9df1c468b3ba824a2f29bc7
* fixes:
  [apollo@in-runtime-docker:/apollo]$ scripts/generate_routing_topo_graph.sh
  ERROR: unknown command line flag 'alsologtostderr'
Signed-off-by: NMartin Jansa <Martin.Jansa@gmail.com>
上级 24670037
......@@ -23,4 +23,4 @@ source "${DIR}/apollo_base.sh"
# generate routing_map.bin in map directory.
${APOLLO_BIN_PREFIX}/modules/routing/topo_creator/topo_creator \
--flagfile=modules/routing/conf/routing.conf \
-alsologtostderr $@
$@
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册