7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
|
# 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
|
||
|
|
||
|
FIXPROTO_DEFINES= -D_POSIX_SOURCE -D_XOPEN_C -D_BSD_C -D_XOPEN_SOURCE
|