From 44181baf0472675a5474c14925dff678c0c1773a Mon Sep 17 00:00:00 2001 From: raysan5 Date: Mon, 21 May 2018 18:13:52 +0200 Subject: Working on Android APK building --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index f8219044..c83a62ef 100644 --- a/src/Makefile +++ b/src/Makefile @@ -309,6 +309,7 @@ endif ifeq ($(PLATFORM),PLATFORM_ANDROID) # Compiler flags for arquitecture (only ARM, not ARM64) #CFLAGS += -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 + CFLAGS += -target aarch64 -mfix-cortex-a53-835769 -mgeneral-regs-only # Compilation functions attributes options CFLAGS += -ffunction-sections -funwind-tables -fstack-protector-strong -fPIE -fPIC # Compiler options for the linker -- cgit v1.2.3