Whats the right way to build without optimization to simplify debugging? I see the setting of CFLAGS_OPTIMIZE_V that sets the optimization for a BSP; I tried setting it before configuring CFLAGS_OPTIMIZE_V=myflags; ../rtems/configure bla-bla but that didn't do anything. Do I have to edit that file and regenerate the Makefiles or is there a simpler way? Peter