mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
|
# Just for these, we omit the frame pointer since it makes such a big
|
||
|
# difference. It is then pointless adding debugging.
|
||
|
HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer
|
||
|
|
||
|
LIBGCC2_DEBUG_CFLAGS = -g0
|
||
|
|
||
|
LIB2ADD += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c
|