Add build_type string to version.c

This commit is contained in:
Nils O. Selåsdal
2014-01-03 00:53:37 +01:00
parent c1a04820f4
commit 74b6a65bd2
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -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