mirror of
https://github.com/novatiq/packages.git
synced 2026-07-22 19:46:05 +01:00
The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior. Signed-off-by: Rosen Penev <rosenp@gmail.com>