mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- Remove references to swiftImageInspectionShared on Linux and dont have
split libraries between static/non-static linked executables.
- -static-executable now links correctly Linux.
Note: swift::lookupSymbol() will not work on statically linked
executables but this can be worked around by using the
https://github.com/swift-server/swift-backtrace package.
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
-static
|
|
-lswiftCore
|
|
-Xlinker
|
|
-undefined=pthread_self
|
|
-Xlinker
|
|
-undefined=pthread_once
|
|
-Xlinker
|
|
-undefined=pthread_key_create
|
|
-lpthread
|
|
-licui18nswift
|
|
-licuucswift
|
|
-licudataswift
|
|
-ldl
|
|
-lstdc++
|
|
-lm
|