Browse Source

Compile for core2.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
117383f783
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compile.mk

+ 1
- 1
compile.mk View File

@@ -14,7 +14,7 @@ FLAGS += -MMD -MP
# Debugger symbols. These are removed with `strip`.
FLAGS += -g
# Optimization
FLAGS += -O3 -march=nocona -funsafe-math-optimizations
FLAGS += -O3 -march=core2 -funsafe-math-optimizations
# Warnings
FLAGS += -Wall -Wextra -Wno-unused-parameter
# C++ standard


Loading…
Cancel
Save