[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Disable optimization?
- Date: Thu, 17 Sep 2009 16:13:30 -0400
- From: dufault at hda.com (Peter Dufault)
- Subject: Disable optimization?
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