mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
2e99339191
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>