12 lines
597 B
Makefile
12 lines
597 B
Makefile
######################################################################
|
|
#BEGIN Machine dependent Makefile fragment for x86_64
|
|
######################################################################
|
|
|
|
# Inline assembly doesn't interact well with LTO
|
|
fbt_x86.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
|
|
# Taking the address of labels doesn't work with LTO (9524055)
|
|
dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
|
|
|
|
######################################################################
|
|
#END Machine dependent Makefile fragment for x86_64
|
|
######################################################################
|