hello_mxtask: Turnoff optimization and compile with debug flags.

This commit is contained in:
Michael Müller
2022-07-21 13:56:51 +02:00
parent f76aaa0abf
commit ad0f2d3933
2 changed files with 3 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ proc binary_name_gdbserver_platform_lib_so { } {
}
set boot_modules {
core init timer vfs.lib.so ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so pc_uart_drv vfs_pipe.lib.so gdb_monitor gdbserver_platform.lib.so hello_mxtask
core init timer vfs.lib.so libm.lib.so libc.lib.so stdcxx.lib.so pc_uart_drv vfs_pipe.lib.so gdb_monitor gdbserver_platform.lib.so ld.lib.so hello_mxtask
}
append_platform_drv_boot_modules