You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/prop-pages/remote-ar-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Linux support is available in Visual Studio 2017 and later.
17
17
18
18
Property | Description
19
19
--- | ---
20
-
Create an archive index | Create an archive index (cf. ranlib). This can speed up linking and reduce dependency within its own library.
21
-
Create Thin Archive | Create a thin archive. A thin archive contains relativepaths to the objects instead of embedding the objects. Switching between Thin and Normal requires deleting the existing library.
22
-
No Warning on Create | Do not warn if when the library is created.
20
+
Create an archive index | Create an archive index (as done by ranlib). This option can speed up linking and reduce dependency within its own library.
21
+
Create Thin Archive | Create a thin archive. A thin archive contains relative paths to the objects instead of embedding the objects. Switching between Thin and Normal requires deleting the existing library.
22
+
No Warning on Create | Doesn't warn if or when the library is created.
23
23
Truncate Timestamp | Use zero for timestamps and uids/gids.
24
-
Suppress Startup Banner | Dont show version number.
24
+
Suppress Startup Banner | Don't show the version number.
25
25
Verbose | Verbose
26
-
Additional Options | Additional Options.
26
+
Additional Options | Additional options.
27
27
Output File | The /OUT option overrides the default name and location of the program that the lib creates.
28
28
Archiver | Specifies the program to invoke during linking of static objects, or the path to the archiver on the remote system.
29
29
Archiver Timeout | Remote archiver timeout, in milliseconds.
0 commit comments