This commit is contained in:
Matthew Kennedy 2020-09-20 02:35:48 -07:00
parent 7c56a740aa
commit 284c0d2efd
1 changed files with 2 additions and 2 deletions

View File

@ -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