summaryrefslogtreecommitdiffstats
path: root/src/hyperscan.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-02-05 08:57:28 (GMT)
committerGitHub <noreply@github.com>2017-02-05 08:57:28 (GMT)
commit27facf1c6fcb7973781568dde9b0c1072e28f669 (patch)
treef5bd8ffbb147bc4c1853c8f695a736b45e9b78d7 /src/hyperscan.mk
parent90df394cecf53403dea4e90cdcabd7ba4d566732 (diff)
parentb1b913196993fa00ca9914224bca3528ca6c3aef (diff)
downloadmxe-build-2017-02-11.zip
mxe-build-2017-02-11.tar.gz
mxe-build-2017-02-11.tar.bz2
Merge pull request #1659 from tonytheodore/gcc5-fixbuild-2017-02-11
Cleanups and fixes after gcc5 update
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)'