mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00: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
|