|
|
@@ -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 |
|
|
|