Upgrade Readme.md

This commit is contained in:
Huang Xin 2019-05-22 11:30:40 +08:00
parent ac7353506c
commit a1872561be
1 changed files with 1 additions and 4 deletions

View File

@ -86,11 +86,8 @@ _install
└── LINUX ARM64 平台的可执行程序、驱动调试符号信息
</pre>
+ 编译信息
执行 make 命令进行编译结束后vBRAS/Common/compile.h 文件中保存了当前系统编译信息,可以在代码中直接引用。
执行 make 命令进行编译结束后vBRAS/Common/compile.h 文件中保存了当前系统编译信息,可以在代码中直接引用。
<code>
/* This file is auto generated,for vBRAS version info */
/* Used readelf to get this information form driver of application */
/* "readelf --debug-dump=macro <filename>" */
#define vBRAS_COMPILE_DATE "2019-05-22"
#define vBRAS_COMPILE_TIME "11:19:58"
#define vBRAS_COMPILE_MAJOR "20190522"