diff options
| author | raysan5 <[email protected]> | 2018-05-21 18:13:52 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-05-21 18:13:52 +0200 |
| commit | 44181baf0472675a5474c14925dff678c0c1773a (patch) | |
| tree | ab026867f3c8bbff71bc78a932fd8e3f70e514ae /src/Makefile | |
| parent | e025e62445913bf1ec9cf075eaaf1dc7374da83c (diff) | |
| download | raylib-44181baf0472675a5474c14925dff678c0c1773a.tar.gz raylib-44181baf0472675a5474c14925dff678c0c1773a.zip | |
Working on Android APK building
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
