Silence warning: ar: 'u' modifier ...

This commit is contained in:
Holger Vogt 2020-04-25 18:52:45 +02:00
parent 06dc007fec
commit 18e6ca15c1
1 changed files with 5 additions and 0 deletions

View File

@ -1333,4 +1333,9 @@ else
AC_SUBST([CMPP], ['$(top_builddir)/src/xspice/cmpp/cmpp$(EXEEXT)'])
fi
# See https://github.com/kimwalisch/primesieve/issues/16
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])
AC_OUTPUT