]> git.saurik.com Git - apple/ld64.git/blobdiff - doc/man/man1/ld.1
ld64-409.12.tar.gz
[apple/ld64.git] / doc / man / man1 / ld.1
index 64641a6aae486b3a9fcc5f88486e564653444e26..d448b5c5ca4943b4e4d8ab7c31c3ede367057c3c 100644 (file)
@@ -552,6 +552,8 @@ Prints names of functions that are eliminated by deduplication and total code sa
 Error if the output contains any static initializers
 .It Fl no_warn_inits
 Do not warn if the output contains any static initializers
+.It Fl debug_variant
+Do not warn about issues that are only problems for binaries shipping to customers.
 .It Fl dirty_data_list Ar filename
 Specifies a file containing the names of data symbols likely to be dirtied.
 If the linker is creating a __DATA_DIRTY segment, those symbols will be moved
@@ -767,9 +769,6 @@ interposable then if _malloc was interposed at runtime, calls to malloc from wit
 .It Fl no_function_starts
 By default the linker creates a compress table of function start addresses in the LINKEDIT of
 final linked image.  This option disables that behavior.
-.It Fl no_version_load_command
-By default the linker creates a load command in final linked images that contains the -macosx_version_min.
-This option disables that behavior.
 .It Fl no_objc_category_merging
 By default when producing final linked image, the linker will optimize Objective-C classes by merging
 any categories on a class into the class.  Both the class and its categories must be defined in the image
@@ -787,7 +786,8 @@ to load instead.
 .It Fl cache_path_lto Ar path
 When performing Incremental Link Time Optimization (LTO), use this directory as a cache for incremental rebuild.
 .It Fl prune_interval_lto Ar seconds
-When performing Incremental Link Time Optimization (LTO), the cache will pruned after the specified interval.
+When performing Incremental Link Time Optimization (LTO), the cache will pruned after the specified interval. A value 0
+will force pruning to occur and a value of -1 will disable pruning.
 .It Fl prune_after_lto Ar seconds
 When pruning the cache for Incremental Link Time Optimization (LTO), the cache entries are removed after the
 specificied interval.