]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
1 | ###################################################################### |
2 | #BEGIN Machine dependent Makefile fragment for arm64 | |
3 | ###################################################################### | |
4 | ||
5 | CWARNFLAGS = $(CWARNFLAGS_STD) -Wshorten-64-to-32 | |
6 | ||
7 | # Files that must go in the __HIB segment: | |
8 | HIB_FILES= | |
9 | ||
10 | lz4.o_CFLAGS_ADD += -fbuiltin -O3 | |
11 | ###################################################################### | |
12 | #END Machine dependent Makefile fragment for arm64 | |
13 | ###################################################################### |