mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
Problem: ../test/runner.c:29:3: error: implicit declaration of function ‘glm_arch_print’ [-Werror=implicit-function-declaration] 29 | glm_arch_print(stderr); | ^~~~~~~~~~~~~~ | glm_vec2_print glm_arch_print is not available unless you add the DEBUG macro. Signed-off-by: Vincent Davis Jr <vince@underview.tech>