Revert "hyperscan: enable -msse4 flag"

This reverts commit b9485ff3bf.
This commit is contained in:
Tony Theodore 2017-02-03 20:49:38 +11:00
parent df1c3b4a8f
commit db65b00225
1 changed files with 0 additions and 1 deletions

View File

@ -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="-mssse4" -DCMAKE_CXX_FLAGS="-mssse4" \
-DRAGEL='$(PREFIX)/$(BUILD)/bin/ragel' \
'$(1)'
$(MAKE) -C '$(1).build' -j '$(JOBS)'