Browse Source

Revert "Test MOD builds without single precission"

This reverts commit ac9209782e.
tags/22.03
falkTX 3 years ago
parent
commit
5e9b50dbea
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -119,8 +119,7 @@ endif
# --------------------------------------------------------------
# MOD builds

EXTRA_MOD_FLAGS =
# -I../include/single-precision -fsingle-precision-constant
EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant

ifeq ($(MODDUO),true)
EXTRA_MOD_FLAGS += -mno-unaligned-access


Loading…
Cancel
Save