Fabrício de Novaes Kucinskis wrote: > How can I build RTEMS without optimization? I didn't find anything about it > in the documentation. Not certain if this has changed since 4.0.0. However, on 4.6.2: $ make RTEMS_BSP="xxx" VARIANT=debug $ make RTEMS_BSP="xxx" VARIANT=debug install will do what you want. Cheers, Keith