Skip to content

First release!

Compare
Choose a tag to compare
@rigtorp rigtorp released this 27 Mar 20:57
· 9 commits to master since this release

The is the first release of udpreplay!

Statically linked binary for 64bit linux is provided.

Building release:

$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-static" -DCMAKE_EXE_LINKER_FLAGS="-Wl,--gc-sections -Wl,--strip-all -LMicrosoft/vcpkg/installed/x64-linux/lib/"