From 284c0d2efd0db6752168e51905269f61a14ed0d8 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sun, 20 Sep 2020 02:35:48 -0700 Subject: [PATCH] optimize --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index cc12eaa..439cf8e 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -15,7 +15,7 @@ endif # C++ specific options here (added to USE_OPT). ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -fno-rtti -fno-exceptions + USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations endif # Enable this if you want the linker to remove unused code and data. @@ -83,7 +83,7 @@ endif # # Define project name here -PROJECT = ch +PROJECT = wideband # Target settings. MCU = cortex-m0