summaryrefslogtreecommitdiff
path: root/command/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'command/Makefile')
-rw-r--r--command/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile
index 5173b3e..810afa9 100644
--- a/command/Makefile
+++ b/command/Makefile
@@ -12,7 +12,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -g -rdynamic -O3 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -g -rdynamic -O3 -funroll-loops -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
PKG-CONFIG ?= pkg-config
STRIP ?= strip