]> git.saurik.com Git - apple/xnu.git/blame - bsd/conf/Makefile.x86_64
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.x86_64
CommitLineData
b0d623f7
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
39037602 4
316670eb
A
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
b0d623f7
A
10######################################################################
11#END Machine dependent Makefile fragment for x86_64
12######################################################################