Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.46 KB

remote-ar-linux.md

File metadata and controls

32 lines (26 loc) · 1.46 KB
descriptiontitlems.datems.assetidf1_keywords
Learn more about: Remote Archive Properties (C++ Linux)
Remote Archive Properties (C++ Linux)
06/07/2019
5ee1e44c-8337-4c3a-b2f3-35e4be954f9f

Remote Archive Properties (C++ Linux)

::: moniker range="msvc-140"

Linux support is available in Visual Studio 2017 and later.

::: moniker-end

::: moniker range=">=msvc-150"

PropertyDescription
Create an archive indexCreate an archive index (as done by ranlib). This option can speed up linking and reduce dependency within its own library.
Create Thin ArchiveCreate 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.
No Warning on CreateDoesn't warn if or when the library is created.
Truncate TimestampUse zero for timestamps and uids/gids.
Suppress Startup BannerDon't show the version number.
VerboseVerbose
Additional OptionsAdditional options.
Output FileThe /OUT option overrides the default name and location of the program that the lib creates.
ArchiverSpecifies the program to invoke during linking of static objects, or the path to the archiver on the remote system.
Archiver TimeoutRemote archiver timeout, in milliseconds.
Copy OutputSpecifies whether to copy the build output file from the remote system to the local machine.

::: moniker-end

close