Skip to content

Commit

Permalink
FastClick repo: no reason to have utime in O2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Nov 16, 2024
1 parent fa1903d commit ef5226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/fastclick-light-utime.repo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
parent=fastclick-light
name=FastClick - DPacket and disabled all generally unused features, enabling user timestamp
configure+=--enable-user-timestamp "CXXFLAGS=-g -O2"
configure+=--enable-user-timestamp
2 changes: 1 addition & 1 deletion repo/fastclick.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ parent=click
name=FastClick
branch=main
url=https://github.com/tbarbette/fastclick.git
configure+=--enable-dpdk CFLAGS="-O3" CXXFLAGS="-std=gnu++17 -O3 -Wno-register" --enable-research --enable-gtp --disable-task-stats --enable-flow --disable-task-stats --enable-cpu-load --enable-ip6
configure+=--enable-dpdk CFLAGS="-O3 -gdwarf" CXXFLAGS="-std=gnu++17 -O3 -Wno-register -gdwarf" --enable-research --enable-gtp --disable-task-stats --enable-flow --disable-task-stats --enable-cpu-load --enable-ip6
tags=click,fastclick,batch,fastclickbased

0 comments on commit ef5226c

Please sign in to comment.