Browse Source

Fix default build flags

tags/1.9.7
falkTX 9 years ago
parent
commit
f7dfe00c52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/Makefile.mk

+ 1
- 1
source/Makefile.mk View File

@@ -92,7 +92,7 @@ BASE_OPTS = -O2 -ffast-math -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mf
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
endif endif


ifneq ($(NOOPT),true)
ifeq ($(NOOPT),true)
# No optimization flags # No optimization flags
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif endif


Loading…
Cancel
Save