]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/conf/Makefile.x86_64
xnu-3789.60.24.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.x86_64
... / ...
CommitLineData
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
4
5# Files to build with certain warnings turned off
6dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
7fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
8
9# Inline assembly doesn't interact well with LTO
10fbt_x86.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
11# Taking the address of labels doesn't work with LTO (9524055)
12dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
13
14######################################################################
15#END Machine dependent Makefile fragment for x86_64
16######################################################################