forked from Imagelibrary/rtems
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/virtex.cfg: Use -O2.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* custom/virtex.cfg: Use -O2.
|
||||
|
||||
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
|
||||
|
||||
@@ -27,7 +27,7 @@ CPU_CFLAGS = -mcpu=403 -Dppc405 -Dvirtex
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
# NOTE: some level of -O may be actually required by inline assembler
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
|
||||
|
||||
|
||||
# No start file
|
||||
|
||||
Reference in New Issue
Block a user