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