Add build_type string to version.c
This commit is contained in:
@@ -50,6 +50,9 @@ extern const char ucore_version_str[];
|
||||
*/
|
||||
extern const char ucore_build_host[];
|
||||
|
||||
/** The build type (release or debug)
|
||||
*/
|
||||
extern const char ucore_build_type[];
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user