1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-14 15:02:14 +02:00

Updated makefile in irsensor example.

This commit is contained in:
profi200 2018-02-11 10:25:21 +01:00
parent 069a39f0e6
commit 912b351cb0

View File

@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtp=soft -fPIE
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \
-ffast-math \