Skip to content

Commit c3686f2

Browse files
committed
ST: Refine ARFLAGS by disable the verbose log
1 parent aaa5c4f commit c3686f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/3rdparty/st-srs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TARGETDIR = $(OS)_$(shell uname -r)_$(BUILD)
6161
DEFINES = -D$(OS)
6262
CFLAGS =
6363
SFLAGS =
64-
ARFLAGS = -rv
64+
ARFLAGS = -r
6565
LNFLAGS = -s
6666
DSO_SUFFIX = so
6767

0 commit comments

Comments
 (0)