summaryrefslogtreecommitdiffhomepage
path: root/contrib/npclient/COMPILE.TXT
AgeCommit message (Collapse)Author
2018-02-15contrib/npclient: change {C,LD}FLAGSStanislaw Halik
- reproducible builds; -Wl,--no-insert-timestamp - add HIGHENTROPYVA for 64-bit builds Reducing code size is a pointless exercise, still: - remove .eh_frame that only GNU uses - reduce 32-bit code size; -march=pentium4 - add few feel-good CFLAGS. maybe reduces code size, maybe doesn't do anything
2018-01-10proto/ft: fix logic errorStanislaw Halik
2018-01-10proto/freetrack, npclient: change deactivation methodStanislaw Halik
- deactivates on its own after about 30 seconds no matter what - deactivates on opentrack stop - returns to neutral pose on deactivation - works with origin (all zeros) pose
2017-12-26contrib/npclient: add compile instructionsStanislaw Halik