File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 7bd48056e76e750d1c90e0cc4aeb156f46da31f8
1+ 1bd27cd8e7c8e65d7de3fbb21a02cee305cf6814
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ makejobs=
6767# ## Verbose (1|0)
6868# Choose whether to actively display compilation messages on the screen.
6969# Messages are saved to the build log files regardless of this setting.
70- verbose =1
70+ verbose =0
7171
7272# ## Erase (1|0)
7373# Erase build directories as toolchain components are installed to save space.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ int InitDS() {
181181
182182#ifdef DS_DEBUG
183183 uint64 t_start = timer_ms_gettime64 ();
184- dbglog_set_level (DBG_KDEBUG );
184+ dbglog_set_level (DBG_DEBUG );
185185#endif
186186
187187 if (!emu ) {
You can’t perform that action at this time.
0 commit comments