Skip to content

Commit 25cbf0c

Browse files
committed
Updated KallistiOS and changed debug log level.
This update fixed GCC 15.2 toolchain. Also disabled verbose to speedup toolchain build.
1 parent 17f4e99 commit 25cbf0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/doc/KallistiOS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7bd48056e76e750d1c90e0cc4aeb156f46da31f8
1+
1bd27cd8e7c8e65d7de3fbb21a02cee305cf6814

sdk/toolchain/Makefile.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)