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 88a23b8 commit 4b20e57Copy full SHA for 4b20e57
man/RcppLdFlags.Rd
@@ -12,14 +12,8 @@
12
\code{Makevars.win}) rather than in an interactive session.
13
}
14
\usage{
15
-LdFlags(static=staticLinking())
16
-RcppLdFlags(static=staticLinking())
17
-}
18
-\arguments{
19
- \item{static}{A boolean determining use of static (as opposed to
20
- dynamic) linking; defaults to using the \code{staticLinking()}
21
- function which defaults to \code{FALSE} on Linux, and \code{TRUE}
22
- if the operating system is different from Linux.}
+LdFlags()
+RcppLdFlags()
23
24
\value{
25
A character vector suitable by use by the system linker in order to
0 commit comments