Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Aug 20, 2020
2 parents a6b705c + f073136 commit 3977cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pcap++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ ifdef HAS_PCAP_IMMEDIATE_MODE
DEPS += -DHAS_PCAP_IMMEDIATE_MODE
endif

ifdef HAS_SET_DIRECTION_ENABLED
PCAPPP_BUILD_FLAGS += -DHAS_SET_DIRECTION_ENABLED
endif

ifdef USE_DPDK
PCAPPP_BUILD_FLAGS += -msse -msse2 -msse3 -mssse3
endif
Expand Down

0 comments on commit 3977cd1

Please sign in to comment.