Changeset 123d4b7d in rtems for make/custom/pc386.cfg
- Timestamp:
- May 14, 1999, 2:34:39 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0b94685
- Parents:
- 4c5080ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/pc386.cfg
r4c5080ed r123d4b7d 20 20 # optimize flag: typically -0, could use -O4 or -fast 21 21 # -O4 is ok for RTEMS 22 CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer 22 # -fomit-frame-pointer breaks debugging and C++ exceptions 23 CFLAGS_OPTIMIZE_V=-O4 23 24 24 25 # Define this to yes if this target supports multiprocessor environments.
Note: See TracChangeset
for help on using the changeset viewer.