Skip to content

Releases: rigtorp/hiccups

Initial release of hiccups

26 Mar 07:02
Compare
Choose a tag to compare

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