summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hyperscan.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hyperscan.mk b/src/hyperscan.mk
index 2161aa2..694bdb9 100644
--- a/src/hyperscan.mk
+++ b/src/hyperscan.mk
@@ -21,6 +21,7 @@ define $(PKG)_BUILD
# Add the following options to run on (virtual) machine without AVX2
# -DCMAKE_C_FLAGS="-march=core2" -DCMAKE_CXX_FLAGS="-march=core2"
cd '$(1).build' && '$(TARGET)-cmake' \
+ -DCMAKE_C_FLAGS="-mssse4" -DCMAKE_CXX_FLAGS="-mssse4" \
-DRAGEL='$(PREFIX)/$(BUILD)/bin/ragel' \
'$(1)'
$(MAKE) -C '$(1).build' -j '$(JOBS)'