diff --git a/Makefile b/Makefile index fe995b927..214903cc0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ INSTALL_PATH ?= $(CURDIR) # to switch between compilation modes. # OPT ?= -DNDEBUG # (A) Production use (optimized mode) -OPT += -O3 -fno-omit-frame-pointer -momit-leaf-frame-pointer +OPT += -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer #----------------------------------------------- # detect what platform we're building on