X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/bsd/conf/Makefile.x86_64?ds=sidebyside diff --git a/bsd/conf/Makefile.x86_64 b/bsd/conf/Makefile.x86_64 index e45baf159..c397a6e9b 100644 --- a/bsd/conf/Makefile.x86_64 +++ b/bsd/conf/Makefile.x86_64 @@ -1,14 +1,11 @@ ###################################################################### #BEGIN Machine dependent Makefile fragment for x86_64 ###################################################################### - + # Files to build with certain warnings turned off dis_tables.o_CFLAGS_ADD += -Wno-cast-qual fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual -# sha256 Files to build with -DSHA256_USE_ASSEMBLY=1 -sha2.o_CFLAGS_ADD += -DSHA256_USE_ASSEMBLY=1 - # 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) @@ -17,4 +14,3 @@ dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG) ###################################################################### #END Machine dependent Makefile fragment for x86_64 ###################################################################### -