Custom Library Link Flags
Enter custom link flags to pass to the compiler/linker when building libraries.
Most platforms support just two options: start and end flags, which resolve to:
cl <start-flags> <rcb-generated-library-link-flags> <end-flags>
On platforms that use distinct compile and link options when building libraries, all four options are available, as pictured here. In this case, the provided flags resolve to something like:
cl <start-flags> <rcb-generated-library-compile-flags> <end-flags> /link
<start-link-flags> <rcb-generated-library-link-flags> <end-link-flags>