| ... | ... | @@ -280,6 +280,10 @@ const usage_build_generic = |
| 280 | 280 | \\ -fno-valgrind Omit valgrind client requests in debug builds |
| 281 | 281 | \\ -fdll-export-fns Mark exported functions as DLL exports (Windows) |
| 282 | 282 | \\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports |
| 283 | \\ -fLLVM Force using LLVM as the codegen backend |
| 284 | \\ -fno-LLVM Prevent using LLVM as a codegen backend |
| 285 | \\ -fClang Force using Clang as the C/C++ compilation backend |
| 286 | \\ -fno-Clang Prevent using Clang as the C/C++ compilation backend |
| 283 | 287 | \\ --strip Omit debug symbols |
| 284 | 288 | \\ --single-threaded Code assumes it is only used single-threaded |
| 285 | 289 | \\ -ofmt=[mode] Override target object format |
| ... | ... | @@ -306,8 +310,10 @@ const usage_build_generic = |
| 306 | 310 | \\ --version-script [path] Provide a version .map file |
| 307 | 311 | \\ --dynamic-linker [path] Set the dynamic interpreter path (usually ld.so) |
| 308 | 312 | \\ --version [ver] Dynamic library semver |
| 309 | | \\ -fsoname[=name] (linux) Override the default SONAME value |
| 310 | | \\ -fno-soname (linux) Disable emitting a SONAME |
| 313 | \\ -fsoname[=name] (Linux) Override the default SONAME value |
| 314 | \\ -fno-soname (Linux) Disable emitting a SONAME |
| 315 | \\ -fLLD Force using LLD as the linker |
| 316 | \\ -fno-LLD Prevent using LLD as the linker |
| 311 | 317 | \\ -rdynamic Add all symbols to the dynamic symbol table |
| 312 | 318 | \\ -rpath [path] Add directory to the runtime library search path |
| 313 | 319 | \\ -feach-lib-rpath Ensure adding rpath for each used dynamic library |
| ... | ... | @@ -317,11 +323,11 @@ const usage_build_generic = |
| 317 | 323 | \\ -dynamic Force output to be dynamically linked |
| 318 | 324 | \\ -static Force output to be statically linked |
| 319 | 325 | \\ -Bsymbolic Bind global references locally |
| 320 | | \\ --subsystem [subsystem] (windows) /SUBSYSTEM:<subsystem> to the linker\n" |
| 326 | \\ --subsystem [subsystem] (Windows) /SUBSYSTEM:<subsystem> to the linker\n" |
| 321 | 327 | \\ --stack [size] Override default stack size |
| 322 | 328 | \\ --image-base [addr] Set base address for executable image |
| 323 | | \\ -framework [name] (darwin) link against framework |
| 324 | | \\ -F[dir] (darwin) add search path for frameworks |
| 329 | \\ -framework [name] (Darwin) link against framework |
| 330 | \\ -F[dir] (Darwin) add search path for frameworks |
| 325 | 331 | \\ |
| 326 | 332 | \\Test Options: |
| 327 | 333 | \\ --test-filter [text] Skip tests that do not match filter |