mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
CFLAGS_OPTIMIZE_V = -O2
This commit is contained in:
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=erc32
|
||||
CPU_CFLAGS = -mcpu=cypress
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
|
||||
# The following are definitions of make-exe which will work using ld as
|
||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
||||
|
||||
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=erc32
|
||||
CPU_CFLAGS = -mcpu=cypress -msoft-float
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V=-O4
|
||||
CFLAGS_OPTIMIZE_V=-O2
|
||||
|
||||
# The following are definitions of make-exe which will work using ld as
|
||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
||||
|
||||
@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=gensh1
|
||||
CPU_CFLAGS=-m1
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -O4
|
||||
CFLAGS_OPTIMIZE_V = -O2
|
||||
|
||||
# The following are definitions of make-exe which will work using ld as
|
||||
# is currently required. It is expected that as of gcc 2.8, the end user
|
||||
|
||||
Reference in New Issue
Block a user