]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
1 | ###################################################################### |
2 | #BEGIN Machine dependent Makefile fragment for arm | |
3 | ###################################################################### | |
4 | ||
5ba3f43e A |
5 | # Inline assembly doesn't interact well with LTO |
6 | fbt_arm.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG) | |
7 | ||
f427ee49 A |
8 | # |
9 | # Diagnostic opt-outs. We need to make this list empty. | |
10 | # | |
11 | # DO NOT ADD MORE HERE. | |
12 | # | |
13 | # -Wno-shorten-64-to-32 | |
14 | kern_mman.o_CFLAGS_ADD += -Wno-shorten-64-to-32 | |
15 | vm_compressor_backing_file.o_CFLAGS_ADD += -Wno-shorten-64-to-32 | |
5ba3f43e A |
16 | ###################################################################### |
17 | #END Machine dependent Makefile fragment for arm | |
18 | ###################################################################### |