Browse Source

Decrease minimum requirement for CPU extension support

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
37926df825
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compile.mk

+ 1
- 1
compile.mk View File

@@ -4,7 +4,7 @@ FLAGS += -DVERSION=$(VERSION)
# Generate dependency files alongside the object files
FLAGS += -MMD
# Optimization
FLAGS += -O3 -march=core2 -ffast-math
FLAGS += -O3 -march=nocona -ffast-math
FLAGS += -g -Wall
CXXFLAGS += -std=c++11



Loading…
Cancel
Save