mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
improve awtk_main.inc
This commit is contained in:
parent
80e2f98af8
commit
f09aa990c6
@ -176,7 +176,11 @@ int main(int argc, char* argv[]) {
|
||||
tk_ext_widgets_init();
|
||||
#endif /*WITHOUT_EXT_WIDGETS*/
|
||||
|
||||
#ifdef NDEBUG
|
||||
log_set_log_level(LOG_LEVEL_INFO);
|
||||
#else
|
||||
log_set_log_level(LOG_LEVEL_DEBUG);
|
||||
#endif/*NDEBUG*/
|
||||
log_info("Build at: %s %s\n", __DATE__, __TIME__);
|
||||
|
||||
#ifdef ENABLE_CURSOR
|
||||
|
Loading…
Reference in New Issue
Block a user