xref: /xnu-10063.121.3/bsd/conf/Makefile.x86_64 (revision 2c2f96dc2b9a4408a43d3150ae9c105355ca3daa)
1######################################################################
2#BEGIN  Machine dependent Makefile fragment for x86_64
3######################################################################
4
5# Inline assembly doesn't interact well with LTO
6fbt_x86.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
7# Taking the address of labels doesn't work with LTO (9524055)
8dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
9
10######################################################################
11#END    Machine dependent Makefile fragment for x86_64
12######################################################################
13