From 3847376828667ee11bf728900f11cb6fc38cd29a Mon Sep 17 00:00:00 2001 From: klslz Date: Fri, 1 Jan 2021 14:49:19 +0100 Subject: [PATCH] Introdcuing 2nd option for RPI4-64bit-basic makefile --- Makefile.rpi4-64-V2-basic | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.rpi4-64-V2-basic diff --git a/Makefile.rpi4-64-V2-basic b/Makefile.rpi4-64-V2-basic new file mode 100644 index 00000000..a17872fc --- /dev/null +++ b/Makefile.rpi4-64-V2-basic @@ -0,0 +1,4 @@ +OPTS = -DNO_FAAD +CFLAGS = -Wall -fPIC -O3 -march=armv8-a+crc -mtune=cortex-a72 -pipe + +include Makefile