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

Remove -ffast-math

This commit is contained in:
fincs 2018-02-20 02:10:37 +01:00
parent a7106d5009
commit ad63797c73
6 changed files with 0 additions and 6 deletions
audio/playtone
graphics
printing/hello-world
simplegfx
hid/irsensor
templates/application
usb/usbds

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH

View File

@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \
$(ARCH) $(DEFINES) $(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH CFLAGS += $(INCLUDE) -DSWITCH