blob: 6c59cc9705bd0054ccc8423f4091aa30a89b780f (
plain)
1
2
3
4
5
6
7
8
9
|
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
LIBGCC2_DEBUG_CFLAGS = -g0
# Don't build enquire
ENQUIRE=
|