We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7344 commit fc47983Copy full SHA for fc47983
Makefile.in
@@ -64,7 +64,7 @@ configure: configure.ac
64
tar -c --transform="s#^#@NAMEVER@/#" -vzf $@ $(DISTFILES)
65
66
test/test: test/test.c $(JWT_SRC)
67
- @APXS2@ -Wc,-Wall -Wc,-g -c $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@
+ `@APXS2@ -q CC` @APR_CFLAGS@ $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@
68
69
test-compile: test/test
70
0 commit comments