Browse Source

Cleanup

tags/1.9.8
falkTX 7 years ago
parent
commit
827a147298
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      source/Makefile.mk

+ 0
- 13
source/Makefile.mk View File

@@ -114,12 +114,6 @@ LINK_OPTS += -Wl,--strip-all
endif
endif

ifeq ($(RASPPI),true)
# Raspberry-Pi optimization flags
BASE_OPTS = -O3 -ffast-math -march=armv6 -mfpu=vfp -mfloat-abi=hard
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
endif

ifeq ($(NOOPT),true)
# No CPU-specific optimization flags
BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections
@@ -138,13 +132,6 @@ ifeq ($(CLANG),true)
BASE_FLAGS += -Wabsolute-value
endif

ifeq ($(STOAT),true)
CC = clang
CXX = clang++
BASE_FLAGS += -emit-llvm
BASE_OPTS += -O0
endif

ifeq ($(DEBUG),true)
BASE_FLAGS += -DDEBUG -O0 -g
LINK_OPTS =


Loading…
Cancel
Save