提交 33e881d4 编写于 作者: H Hongze Cheng

add more info print

上级 06254cf4
......@@ -67,6 +67,8 @@ int main(int argc, char *argv[]) {
}
} else if (strcmp(argv[i], "-V") == 0) {
printf("%s %s\n", version, compatible_version);
printf("gitinfo: %s\n", gitinfo);
printf("buildinfo: %s\n", buildinfo);
return 0;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册