mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
build: CFLAGS for check/test target to match the main target
This commit is contained in:
@@ -21,7 +21,9 @@ checkLDFLAGS = -L./.libs \
|
||||
-lm \
|
||||
-lcglm
|
||||
checkCFLAGS = $(AM_CFLAGS) \
|
||||
-I./include
|
||||
-std=gnu11 \
|
||||
-O3 \
|
||||
-I./include
|
||||
|
||||
check_PROGRAMS = test/tests
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
Reference in New Issue
Block a user