mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
fix use of -dead_strip_dylibs for macOS linker
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -89,7 +89,8 @@ The following are the changes from calc version 2.14.3.1 to date:
|
||||
|
||||
Under macOS, to reduce dependency chains, we remove functions and
|
||||
data that are unreachable by the entry point or exported symbols.
|
||||
In particular, the linker is run with "-dead_strip".
|
||||
In particular, the linker is run with "-dead_strip" and with
|
||||
"-dead_strip_dylibs".
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.2.1 to 2.14.3.0:
|
||||
|
Reference in New Issue
Block a user