mirror of https://github.com/rusefi/wideband.git
optimize
This commit is contained in:
parent
7c56a740aa
commit
284c0d2efd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue