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