forked from Imagelibrary/rtems
2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
PR 1769/bsps * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1769/bsps
|
||||
* make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
|
||||
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h:
|
||||
|
||||
@@ -24,4 +24,4 @@ CPU_CFLAGS = -mcpu=ultrasparc3 -DUS3 -DSUN4U
|
||||
#CPU_CFLAGS = -mcpu=ultrasparc3 -DRTEMS_DEBUG -DHAVE___ASSERT_FUNC
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -gstabs
|
||||
CFLAGS_OPTIMIZE_V = -gstabs -O2
|
||||
|
||||
Reference in New Issue
Block a user