aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f0f1cb..0da203b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ export CXX = g++
export WARNFLAGS = -Wall -Wextra
export COMMONFLAGS = -fno-builtin -fPIC -DPIC -pthread
-export OPTFLAGS = -O3 -DNDEBUG
+export OPTFLAGS = -O3 -DNDEBUG -fomit-frame-pointer
export CFLAGS = -I. $(OPTFLAGS) $(WARNFLAGS) $(COMMONFLAGS)
export CXXFLAGS = -std=c++11 $(CFLAGS) -fno-exceptions