Skip to content

Initial release of hiccups

Latest
Compare
Choose a tag to compare
@rigtorp rigtorp released this 26 Mar 07:02
· 2 commits to master since this release

I'm pleased to release hiccups 1.0.0!

Static binary for 64bit Linux was built as follows:

g++ -O3 -std=c++17 src/hiccups.cpp -o hiccups_1.0.0_linux_amd64 -Wl,--gc-sections -Wl,--strip-all -static -lpthread