hyperscan: add a note on compilation without AVX2

pull/1376/head
Boris Nagaev 8 years ago
parent d285dcb26d
commit 409a8ce08c

@ -16,6 +16,8 @@ endef
define $(PKG)_BUILD
mkdir '$(1).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' \
-DBUILD_SHARED_LIBS=$(if $(BUILD_STATIC),OFF,ON) \
'$(1)'

Loading…
Cancel
Save