summaryrefslogtreecommitdiffstats
path: root/src/hyperscan.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyperscan.mk')
-rw-r--r--src/hyperscan.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hyperscan.mk b/src/hyperscan.mk
index ec55aef..2161aa2 100644
--- a/src/hyperscan.mk
+++ b/src/hyperscan.mk
@@ -21,7 +21,6 @@ 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="-msse4" -DCMAKE_CXX_FLAGS="-msse4" \
-DRAGEL='$(PREFIX)/$(BUILD)/bin/ragel' \
'$(1)'
$(MAKE) -C '$(1).build' -j '$(JOBS)'