summaryrefslogtreecommitdiff
path: root/compile.mk
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2021-12-11 22:09:01 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2021-12-11 22:09:01 -0500
commit70382a63ac1ad97d72a1823ea60527a9ee1fd9ca (patch)
treec30a6c88a65de33ee82f33a0e9c43d648f76704f /compile.mk
parentf218f4809828aa99f0f0749c46330bfa8d3fbed4 (diff)
Compile with -fno-omit-frame-pointer.
Diffstat (limited to 'compile.mk')
-rw-r--r--compile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.mk b/compile.mk
index c7b45048..9580533c 100644
--- a/compile.mk
+++ b/compile.mk
@@ -14,7 +14,7 @@ FLAGS += -MMD -MP
# Debugger symbols. These are removed with `strip`.
FLAGS += -g
# Optimization
-FLAGS += -O3 -march=nehalem -funsafe-math-optimizations
+FLAGS += -O3 -march=nehalem -funsafe-math-optimizations -fno-omit-frame-pointer
# Warnings
FLAGS += -Wall -Wextra -Wno-unused-parameter
# C++ standard