Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
938a563725
commit
a9e5b9a33e
2 changed files with 5 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -111,8 +111,11 @@ endif
|
|||
# --------------------------------------------------------------
|
||||
# MOD builds
|
||||
|
||||
EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant -mno-unaligned-access
|
||||
EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant
|
||||
|
||||
ifeq ($(MODDUO),true)
|
||||
EXTRA_MOD_FLAGS += -mno-unaligned-access
|
||||
endif
|
||||
ifeq ($(WITH_LTO),true)
|
||||
EXTRA_MOD_FLAGS += -ffat-lto-objects
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue